-
Notifications
You must be signed in to change notification settings - Fork 152
Closed as not planned
Labels
bugcompatTracking issues around compatibility with original httpbin implementationTracking issues around compatibility with original httpbin implementation
Description
Maybe deliberate?
expected
should behave the same as httpbin?
$ curl 'https://httpbin.org/response-headers?x="'
{
"Content-Length": "82",
"Content-Type": "application/json",
"x": "\""
}observed
breaks weirdly:
$ curl 'https://httpbingo.org/response-headers?x="'
curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)Metadata
Metadata
Assignees
Labels
bugcompatTracking issues around compatibility with original httpbin implementationTracking issues around compatibility with original httpbin implementation