diff --git a/supporting-websockets.html.md.erb b/supporting-websockets.html.md.erb index 9a33f86..c01c8d4 100644 --- a/supporting-websockets.html.md.erb +++ b/supporting-websockets.html.md.erb @@ -42,15 +42,7 @@ To form a WebSocket connection, the client sends an HTTP request that contains a Regardless of your IaaS and configuration, you must configure your load balancer to send the X-Forwarded-For and X-Forwarded-Proto headers for non-WebSocket HTTP requests on ports 80 and 443. For more information, see Securing Traffic into TAS for VMs. -Gorouter rejects WebSockets requests for routes that are bound to route services. -These requests return a 503 error and a X-Cf-Routererror - route_service_unsupported header. - -

- Gorouter does not support WebSockets over HTTP/2. - For more information, see RFC 8441. - Configure your load balancer to always send WebSocket requests to Gorouter over HTTP/1.1. - For more information, see Configuring HTTP/2 Support.

+Gorouter supports WebSockets requests for routes that are bound to route services (routing-release version 0.339.0). ## Setting your Loggregator port