diff options
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r-- | src/microhttpd/connection.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c index d5ae884b..54556167 100644 --- a/src/microhttpd/connection.c +++ b/src/microhttpd/connection.c | |||
@@ -1834,8 +1834,8 @@ process_request_body (struct MHD_Connection *connection) | |||
1834 | 1834 | ||
1835 | 1835 | ||
1836 | /** | 1836 | /** |
1837 | * Try reading data from the socket into the | 1837 | * Try reading data from the socket into the read buffer of the |
1838 | * read buffer of the connection. | 1838 | * connection. |
1839 | * | 1839 | * |
1840 | * @param connection connection we're processing | 1840 | * @param connection connection we're processing |
1841 | * @return #MHD_YES if something changed, | 1841 | * @return #MHD_YES if something changed, |