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) /** - * Try reading data from the socket into the - * read buffer of the connection. + * Try reading data from the socket into the read buffer of the + * connection. * * @param connection connection we're processing * @return #MHD_YES if something changed, |