libmicrohttpd

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

commit f8c46afbd0564a8a72f65aa406152a54b64b27c0
parent 2e3418c7340a486b6881eea6f2c091cd70471dc4
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed, 24 Nov 2021 22:29:41 +0300

test_client_put_stop: removed unused assignment

Diffstat:
Msrc/microhttpd/test_client_put_stop.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/microhttpd/test_client_put_stop.c b/src/microhttpd/test_client_put_stop.c @@ -1220,7 +1220,6 @@ performQueryExternal (struct MHD_Daemon *d, struct _MHD_dumbClient *clnt) _MHD_dumbClient_start_connect (clnt); start = time (NULL); - now = start; do { fd_set rs;