From: Felix Fietkau Date: Tue, 22 Jan 2013 09:25:19 +0000 (+0100) Subject: do not reset .notify_write on request done X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1ee2a91ec1717f406c905a4ce6ae7d7104b8ebd9;p=oweals%2Fuhttpd.git do not reset .notify_write on request done Signed-off-by: Felix Fietkau --- 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)