libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit c3ac4b58deffa74cb49418518db4a5c9f02ebb85
parent 8928b32ebce4932b03c1ce0068e50c440ea54cbf
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 23 Apr 2019 19:32:43 +0200

indent fix

Diffstat:
Msrc/microhttpd/connection.c | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c @@ -1646,9 +1646,9 @@ build_header_response (struct MHD_Connection *connection) simply only force adding a content-length header if this is not a 'connect' or if the response is not empty (which is kind of more sane, because if some crazy - application did return content with a 2xx status code, + application did return content with a 2xx status code, then having a content-length might again be a good idea). - + Note that the change from 'SHOULD NOT' to 'MUST NOT' is a recent development of the HTTP 1.1 specification. */ @@ -2886,7 +2886,7 @@ parse_connection_headers (struct MHD_Connection *connection) MHD_DLOG (connection->daemon, "Failed to parse `Content-Length' header. Closing connection.\n"); #endif - CONNECTION_CLOSE_ERROR (connection, + CONNECTION_CLOSE_ERROR (connection, NULL); return; }