summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-06-09 13:02:28 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-06-09 13:02:28 +0300
commitca0e18ba612080956726c072ec28829862e159e4 (patch)
treeb330f6acde502a9bacf3887b5fc000da65b7ff5b
parentfb550a49390c4dc0ae995d101a72f17162c37792 (diff)
tests: fixed, removed deprecated HTTP code
-rw-r--r--src/microhttpd/test_http_reasons.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/microhttpd/test_http_reasons.c b/src/microhttpd/test_http_reasons.c
index a4dab63a..62721439 100644
--- 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);