cloudfoundry / gorouter

CF Router
Apache License 2.0
441 stars 224 forks source link

Close backend connection when request expects 100-Continue #418

Closed mariash closed 4 months ago

mariash commented 4 months ago

To prevent invalid HTTP stream states

Summary

For requests with Expect: 100-Continue Gorouter will close the connection and force new connection for subsequent request to avoid invalid HTTP stream.

Backward Compatibility

Breaking Change? No