libmicrohttpd

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

commit ca0e18ba612080956726c072ec28829862e159e4
parent fb550a49390c4dc0ae995d101a72f17162c37792
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sun,  9 Jun 2019 13:02:28 +0300

tests: fixed, removed deprecated HTTP code

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

diff --git a/src/microhttpd/test_http_reasons.c b/src/microhttpd/test_http_reasons.c @@ -99,7 +99,6 @@ static int test_4xx(void) errcount += expect_result(MHD_HTTP_EXPECTATION_FAILED, "expectation failed"); errcount += expect_result(MHD_HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE, "request header fields too large"); errcount += expect_absent(441); - errcount += expect_result(MHD_HTTP_NO_RESPONSE, "no response"); errcount += expect_result(MHD_HTTP_UNAVAILABLE_FOR_LEGAL_REASONS, "unavailable for legal reasons"); errcount += expect_absent(470); errcount += expect_absent(493);