summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-10 21:30:03 +0000
committerChristian Grothoff <christian@grothoff.org>2016-04-10 21:30:03 +0000
commit3f856f555bc99811ef070a914992e4269d63c6dd (patch)
tree759649e4cf22d30855781217292b3a2099a30087
parent958b711b3b64792729671c16555127f433af89ef (diff)
-indent
-rw-r--r--src/microhttpd/connection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 18cf25d5..c65315d3 100644
--- 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! */