diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-22 10:37:48 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-22 10:37:56 +0100 |
commit | 14e3971c37e6feb0ec5eda0988e07d8a786ba9f9 (patch) | |
tree | 05f009a68ea99f24cbc50c03e92fa37b07774d93 /proc.c | |
parent | 1ee2a91ec1717f406c905a4ce6ae7d7104b8ebd9 (diff) |
proc: call read notify after more write space is available
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'proc.c')
-rw-r--r-- | proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -263,6 +263,7 @@ static void proc_relay_write_cb(struct client *cl) return; ustream_set_read_blocked(&p->r.sfd.stream, false); + p->r.sfd.stream.notify_read(&p->r.sfd.stream, 0); } static int proc_data_send(struct client *cl, const char *data, int len) |