Replies: 1 comment 1 reply
-
No, it looks like something that essentially wraps HTTP (i.e. it adds data before the HTTP message). There would need to be changes to the parsers etc. to be able to handle this, if I understand correctly (and it was actually something we wanted to support). I'm not clear what advantage this would add to aiohttp though, at a glance it doesn't look useful for a web application (seems to be more useful for VPN, firewalls or similar when bounced through a proxy). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been using nginx reverse proxy that redirects a domain to upstream web servers including aiohttp. There is this feature called proxy_protocol that broke request to aiohttp when enabled. Is it supported?
Beta Was this translation helpful? Give feedback.
All reactions