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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index e1bc1f7e..18cf25d5 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -1178,7 +1178,7 @@ transmit_error_response (struct MHD_Connection *connection,
1178 * perform other updates to the connection if needed to prepare for 1178 * perform other updates to the connection if needed to prepare for
1179 * the next round of the event loop. 1179 * the next round of the event loop.
1180 * 1180 *
1181 * @param connection connetion to get poll set for 1181 * @param connection connection to get poll set for
1182 */ 1182 */
1183static void 1183static void
1184MHD_connection_update_event_loop_info (struct MHD_Connection *connection) 1184MHD_connection_update_event_loop_info (struct MHD_Connection *connection)
@@ -1997,7 +1997,7 @@ process_broken_line (struct MHD_Connection *connection,
1997 memory; however, doing this right gets tricky if we have a 1997 memory; however, doing this right gets tricky if we have a
1998 value continued over multiple lines (in which case we need to 1998 value continued over multiple lines (in which case we need to
1999 record how often we have done this so we can check for 1999 record how often we have done this so we can check for
2000 adjaency); also, in the case where these are not adjacent 2000 adjacency); also, in the case where these are not adjacent
2001 (not sure how it can happen!), we would want to allocate from 2001 (not sure how it can happen!), we would want to allocate from
2002 the end of the pool, so as to not destroy the read-buffer's 2002 the end of the pool, so as to not destroy the read-buffer's
2003 ability to grow nicely. */ 2003 ability to grow nicely. */