gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] branch master updated: tests: fixed, remove


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: tests: fixed, removed deprecated HTTP code
Date: Sun, 09 Jun 2019 12:03:38 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new ca0e18ba tests: fixed, removed deprecated HTTP code
ca0e18ba is described below

commit ca0e18ba612080956726c072ec28829862e159e4
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Sun Jun 9 13:02:28 2019 +0300

    tests: fixed, removed deprecated HTTP code
---
 src/microhttpd/test_http_reasons.c | 1 -
 1 file changed, 1 deletion(-)

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);

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]