socketry / async-http

MIT License
298 stars 45 forks source link

Ignore non-final responses. #137

Closed ioquatix closed 8 months ago

ioquatix commented 9 months ago

While informational responses are not particularly popular, we should at least ignore them. Later, we may expose them to the user.

Types of Changes

Contribution

ioquatix commented 8 months ago

The HTTP/2 headers processing could probably be better, but it seems to pass all tests.