diff options
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r-- | src/microhttpd/connection.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c index 6666be94..02497cc6 100644 --- a/src/microhttpd/connection.c +++ b/src/microhttpd/connection.c | |||
@@ -1187,7 +1187,8 @@ try_grow_read_buffer (struct MHD_Connection *connection, | |||
1187 | the right position in the pool, say because someone called | 1187 | the right position in the pool, say because someone called |
1188 | MHD_pool_allocate() without 'from_end' set to 'true'? Anyway, | 1188 | MHD_pool_allocate() without 'from_end' set to 'true'? Anyway, |
1189 | should be investigated! (Ideally provide all data from | 1189 | should be investigated! (Ideally provide all data from |
1190 | *pool and connection->read_buffer and new_size for debugging). */mhd_assert (0); | 1190 | *pool and connection->read_buffer and new_size for debugging). */// |
1191 | mhd_assert (0); | ||
1191 | return false; | 1192 | return false; |
1192 | } | 1193 | } |
1193 | connection->read_buffer = rb; | 1194 | connection->read_buffer = rb; |