commit c7fce1416c0c3fb5f49c490be3081460835e1376 parent 773d6cce732d9bcdde16851926a4e6c92baddd3c Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 19 Aug 2020 09:52:07 +0200 indentation fix Diffstat:
| M | src/microhttpd/connection.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c @@ -1187,7 +1187,8 @@ try_grow_read_buffer (struct MHD_Connection *connection, the right position in the pool, say because someone called MHD_pool_allocate() without 'from_end' set to 'true'? Anyway, should be investigated! (Ideally provide all data from - *pool and connection->read_buffer and new_size for debugging). */mhd_assert (0); + *pool and connection->read_buffer and new_size for debugging). */// + mhd_assert (0); return false; } connection->read_buffer = rb;