etianen / aiohttp-wsgi

WSGI adapter for aiohttp.
https://aiohttp-wsgi.readthedocs.io
BSD 3-Clause "New" or "Revised" License
232 stars 20 forks source link

Include forbidden header name in hop-by-hop assertion #19

Closed chriskuehl closed 6 years ago

chriskuehl commented 6 years ago

This makes it a little easier to see which header you're returning which is forbidden.

etianen commented 6 years ago

Nice, thanks!