diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-22 10:25:19 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-22 10:25:23 +0100 |
commit | 1ee2a91ec1717f406c905a4ce6ae7d7104b8ebd9 (patch) | |
tree | 8e8f2129e58fe6bcf96598f973e1dcd376adc8c9 /client.c | |
parent | 7bd66ddacb6b87a927b7846a44c02c0df7988c71 (diff) | |
download | uhttpd2-1ee2a91ec1717f406c905a4ce6ae7d7104b8ebd9.tar.gz |
do not reset .notify_write on request done
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'client.c')
-rw-r--r-- | client.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |