From 14e3971c37e6feb0ec5eda0988e07d8a786ba9f9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 22 Jan 2013 10:37:48 +0100 Subject: proc: call read notify after more write space is available Signed-off-by: Felix Fietkau --- proc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'proc.c') diff --git a/proc.c b/proc.c index 02e056c..67356dd 100644 --- a/proc.c +++ b/proc.c @@ -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) -- cgit v1.2.1