libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 5d60a480a04f3d49843e8e5457257e53ab2767e9
parent 46a8b84760a08c87b3b707ecb30797b245827361
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Thu,  2 Mar 2017 11:26:34 +0300

Fixed typos introduced by cf9bb9428f0065cf0ca8ef2c726933b4db2385f1

Diffstat:
Msrc/microhttpd/daemon.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c @@ -756,7 +756,7 @@ static void urh_from_fdset (struct MHD_UpgradeResponseHandle *urh, const fd_set *rs, const fd_set *ws, - const fd_set *es,) + const fd_set *es) { const MHD_socket conn_sckt = urh->connection->socket_fd; const MHD_socket mhd_sckt = urh->mhd.socket; @@ -1521,7 +1521,7 @@ thread_main_connection_upgrade (struct MHD_Connection *con) } urh_from_fdset (urh, &rs, - &ws + &ws, &es); process_urh (urh); if ( (0 == urh->in_buffer_size) &&