go-httpbin icon indicating copy to clipboard operation
go-httpbin copied to clipboard

/status/1xx results in failures

Open cbeamond opened this issue 3 years ago • 1 comments

/status/1xx results in failures when tested. They are unusual codes but should be testable regardless since they are in the spec.

cbeamond avatar Nov 10 '20 11:11 cbeamond

Yep! This is gonna take a bit more digging on my end, as expected client and server behavior in the face of a 100 Continue response, and how we might realistically support 101 Switching Protocols.

mccutchen avatar Nov 10 '20 13:11 mccutchen

@cbeamond I believe this issue should now be fixed when running go-httpbin built by go version 1.20+ (which is the default for every release since v2.5.6). Please reopen this with more details if you continue to run into problems!

mccutchen avatar Jul 10 '23 18:07 mccutchen