From 1ee2a91ec1717f406c905a4ce6ae7d7104b8ebd9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 22 Jan 2013 10:25:19 +0100 Subject: [PATCH] do not reset .notify_write on request done Signed-off-by: Felix Fietkau --- client.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client.c b/client.c index 7604d7e..3163afc 100644 --- a/client.c +++ b/client.c @@ -110,7 +110,6 @@ void uh_request_done(struct client *cl) { uh_chunk_eof(cl); uh_dispatch_done(cl); - cl->us->notify_write = NULL; memset(&cl->dispatch, 0, sizeof(cl->dispatch)); if (!conf.http_keepalive || cl->request.connection_close) -- 2.11.0