test update result size

This commit is contained in:
Viktor Szakats 2025-07-12 02:06:37 +02:00
parent 6be7668d86
commit 7ea814f952
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
4 changed files with 4 additions and 4 deletions

View file

@ -48,7 +48,7 @@ Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Content-Type: application/json
Accept: application/json
Content-Length: 20
Content-Length: 21
{ "drink": "coffee" }
</protocol>

View file

@ -51,7 +51,7 @@ Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: foobar/*
Content-Type: application/json
Content-Length: 21
Content-Length: 22
{ "drink": "coffee" }
</protocol>

View file

@ -48,7 +48,7 @@ Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Content-Type: drinks/hot
Accept: application/json
Content-Length: 40
Content-Length: 41
{ "drink": "coffee", "crunch": "cookie" }
</protocol>

View file

@ -62,7 +62,7 @@ Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Content-Type: application/json
Accept: application/json
Content-Length: 20
Content-Length: 21
{ "drink": "coffee" }GET /%TESTNUMBER0002 HTTP/1.1
Host: %HOSTIP:%HTTPPORT