Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3scale: Don't upgrade all connections
This is conceptually broken -- the browser should decide when it wants to upgrade a connection to websocket, and we should just pass that through (like we do with `Upgrade:` already). This is also what the real 3scale does, so more faithfully reproduces its behaviour. This also helps to avoid aio-libs/aiohttp#4581
- Loading branch information