X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuhttpd.git;a=blobdiff_plain;f=client.c;h=9d0ccb7492e2e899fdcb5ca097e850298f752a96;hp=15f3d8c1922da6e0223fc85d2e2c5356149a467d;hb=135afd6343e524cb4fb0e6579cc3447531a401fa;hpb=2dbbb64b4a8ea4aa982c5728b8a267038e2e33d0;ds=sidebyside diff --git a/client.c b/client.c index 15f3d8c..9d0ccb7 100644 --- a/client.c +++ b/client.c @@ -293,8 +293,6 @@ static void client_parse_header(struct client *cl, char *data) } else if (!strcmp(data, "connection")) { if (!strcasecmp(val, "close")) r->connection_close = true; - else if (!strcasecmp(val, "keep-alive")) - r->connection_close = false; } else if (!strcmp(data, "user-agent")) { char *str;