commit 66c6efbcf715ed15414db64b10d31cba077d6c22 parent b35c61d151a544e507e852c1e427d3af3a614fb7 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 12 Jun 2010 23:34:26 +0000 paren Diffstat:
| M | src/daemon/connection.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/daemon/connection.c b/src/daemon/connection.c @@ -1632,7 +1632,7 @@ parse_connection_headers (struct MHD_Connection *connection) else { connection->remaining_upload_size = MHD_SIZE_UNKNOWN; - if (0 == strcasecmp (enc), "chunked") + if (0 == strcasecmp (enc, "chunked")) connection->have_chunked_upload = MHD_YES; } }