python-hyper / h11

A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
https://h11.readthedocs.io/
MIT License
490 stars 62 forks source link

Don't set connection close headers when they are already set on the Response #171

Closed Kludex closed 5 months ago

Kludex commented 7 months ago

This needs:

Kludex commented 7 months ago

It's not the cache... How is master passing?

Kludex commented 7 months ago

@sethmlarson 👀 🙏

Also, https://github.com/python-hyper/h11/pull/173 should be merged, I guess...