gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 279/282: test1129: fix invalid case of closing XML-tag and Conte


From: gnunet
Subject: [gnurl] 279/282: test1129: fix invalid case of closing XML-tag and Content-Length
Date: Wed, 01 Apr 2020 14:32:24 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit fb6134427a2452d36b2002c0955fa13da1ffa8d9
Author: Marc Hoersken <address@hidden>
AuthorDate: Tue Mar 10 18:19:03 2020 +0100

    test1129: fix invalid case of closing XML-tag and Content-Length
    
    Fixes #5070
    Closes #5072
---
 tests/data/test1129 | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/tests/data/test1129 b/tests/data/test1129
index 2ab3dea6a..cc5236733 100644
--- a/tests/data/test1129
+++ b/tests/data/test1129
@@ -33,18 +33,17 @@ Content-Type: text/html
 # we use skip to make the test server never read the full payload off
 # the socket and instead return the response at once 
 <servercmd>
-skip: 1053896
+skip: 1053700
 </servercmd>
 </reply>
 
 #
 # Client-side
 <client>
-# 1053896 x 'x'
+# 1053700 x 'x'
 <file name="log/file1129">
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 [...]
-
-</File>
+</file>
 <server>
 http
 </server>
@@ -82,14 +81,14 @@ Content-Type: text/html
 POST /1129 HTTP/1.1
 Host: %HOSTIP:%HTTPPORT
 Accept: */*
-Content-Length: 1053896
+Content-Length: 1053700
 Content-Type: application/x-www-form-urlencoded
 Expect: 100-continue
 
 POST /11290001 HTTP/1.1
 Host: %HOSTIP:%HTTPPORT
 Accept: */*
-Content-Length: 1053896
+Content-Length: 1053700
 Content-Type: application/x-www-form-urlencoded
 Expect: 100-continue
 

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



reply via email to

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