aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/response.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/response.c')
-rw-r--r--src/microhttpd/response.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c
index 9cab223f..f0ca7825 100644
--- a/src/microhttpd/response.c
+++ b/src/microhttpd/response.c
@@ -2059,6 +2059,11 @@ MHD_response_execute_upgrade_ (struct MHD_Response *response,
2059 use our 'emergency' buffer of #RESERVE_EBUF_SIZE bytes. */ 2059 use our 'emergency' buffer of #RESERVE_EBUF_SIZE bytes. */
2060 avail = RESERVE_EBUF_SIZE; 2060 avail = RESERVE_EBUF_SIZE;
2061 buf = urh->e_buf; 2061 buf = urh->e_buf;
2062#ifdef HAVE_MESSAGES
2063 MHD_DLOG (daemon,
2064 _ ("Memory shortage in connection's memory pool. " \
2065 "The \"upgraded\" communication will be inefficient.\n"));
2066#endif
2062 } 2067 }
2063 else 2068 else
2064 { 2069 {