libmicrohttpd

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

commit 3233e1386a02935196fef241843780c56ab7a5f5
parent 0c962c0cbc9c12602d032a1b9315bed023505ec6
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  2 Jun 2016 07:46:10 +0000

another underflow fix

Diffstat:
Msrc/testcurl/perf_get_concurrent.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testcurl/perf_get_concurrent.c b/src/testcurl/perf_get_concurrent.c @@ -201,7 +201,7 @@ thread_gets (void *param) static void * do_gets (void * param) { - unsigned int j; + int j; pthread_t par[PAR]; char url[64]; int port = (int)(intptr_t)param;