commit 3f856f555bc99811ef070a914992e4269d63c6dd
parent 958b711b3b64792729671c16555127f433af89ef
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 10 Apr 2016 21:30:03 +0000
-indent
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
@@ -3111,9 +3111,9 @@ MHD_queue_response (struct MHD_Connection *connection,
if ( (MHD_CONNECTION_HEADERS_PROCESSED == connection->state) &&
(NULL != connection->method) &&
( (MHD_str_equal_caseless_ (connection->method,
- MHD_HTTP_METHOD_POST)) ||
+ MHD_HTTP_METHOD_POST)) ||
(MHD_str_equal_caseless_ (connection->method,
- MHD_HTTP_METHOD_PUT))) )
+ MHD_HTTP_METHOD_PUT))) )
{
/* response was queued "early", refuse to read body / footers or
further requests! */