Skip to content

Commit 3555c11

Browse files
committed
Updated Content-Length to match the actual payload length
1 parent b347595 commit 3555c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,7 @@ For example, given the following HTTP request:
18371837
POST /subscribe/myevent?queryUrl=http://clientdomain.com/stillrunning HTTP/1.1
18381838
Host: example.org
18391839
Content-Type: application/json
1840-
Content-Length: 123
1840+
Content-Length: 187
18411841
18421842
{
18431843
"failedUrl" : "http://clientdomain.com/failed",

0 commit comments

Comments
 (0)