http: new style WebSockets, where headers and data are processed by the filter chain. (#3776)
This is the complete HTTP/1.1 implementation of #3301, new style websockets. It should preserve existing behavior for "old style" websockets except for handling transfer-encoding requests (we all agree shouldn't happen) and responses (actually could happen and have been requested) better. Risk Level: High (should be self contained but still lots of core code changes) Testing: Thorough integration tests. unit tests for http1 codec Docs Changes: added websocket FAQ Release Notes: added Fixes #3301 (modulo timeouts not working, which will be addressed by #3654 or #1778) Signed-off-by: Alyssa Wilk <alyssar@chromium.org> Mirrored from https://github.com/envoyproxy/envoy @ 95c3e1343de707edee58defbec03ba87c9e969depull/620/head
parent
b163ae9580
commit
5da5e8bad8
1 changed files with 4 additions and 2 deletions
Loading…
Reference in new issue