projects
/
oweals
/
libubox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
766ff98
)
ustream: set the right EOF flag
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 31 Jan 2013 15:43:44 +0000
(16:43 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 31 Jan 2013 16:02:49 +0000
(17:02 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
ustream-fd.c
patch
|
blob
|
history
diff --git
a/ustream-fd.c
b/ustream-fd.c
index e39da98e3d5ccfa120b7f4a5ee8e6845626dd0f9..6f8f561da0fb58bc44379c1f116ad4390c78b18d 100644
(file)
--- a/
ustream-fd.c
+++ b/
ustream-fd.c
@@
-71,7
+71,7
@@
static void ustream_fd_read_pending(struct ustream_fd *sf, bool *more)
}
if (!len) {
- s
f->fd.
eof = true;
+ s
->
eof = true;
ustream_state_change(s);
ustream_fd_set_uloop(s, false);
return;