[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [libmicrohttpd] branch master updated: indent fix
From: |
gnunet |
Subject: |
[GNUnet-SVN] [libmicrohttpd] branch master updated: indent fix |
Date: |
Tue, 23 Apr 2019 19:32:54 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository libmicrohttpd.
The following commit(s) were added to refs/heads/master by this push:
new c3ac4b58 indent fix
c3ac4b58 is described below
commit c3ac4b58deffa74cb49418518db4a5c9f02ebb85
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Apr 23 19:32:43 2019 +0200
indent fix
---
src/microhttpd/connection.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 8b136b83..0b040290 100644
--- 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;
}
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [libmicrohttpd] branch master updated: indent fix,
gnunet <=