aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r--src/microhttpd/connection.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 772af9f5..0515e1fb 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -1306,7 +1306,8 @@ parse_cookie_header (struct MHD_Connection *connection)
1306 if (NULL == cpy) 1306 if (NULL == cpy)
1307 { 1307 {
1308#if HAVE_MESSAGES 1308#if HAVE_MESSAGES
1309 MHD_DLOG (connection->daemon, "Not enough memory to parse cookies!\n"); 1309 MHD_DLOG (connection->daemon,
1310 "Not enough memory to parse cookies!\n");
1310#endif 1311#endif
1311 transmit_error_response (connection, MHD_HTTP_REQUEST_ENTITY_TOO_LARGE, 1312 transmit_error_response (connection, MHD_HTTP_REQUEST_ENTITY_TOO_LARGE,
1312 REQUEST_TOO_BIG); 1313 REQUEST_TOO_BIG);