Hacker News new | ask | show | jobs
by zorked 5548 days ago
I don't think nginx has support for websockets yet.
1 comments

... because WebSockets requires a HTTP 1.1 server (just connecting the dots in case people didn't know this).
I doubt the server would need to implement all of 1.1 to support WebSockets. Many proxies support a subset of 1.1 while reporting as a 1.0 server (Squid was one for years, and probably still is, even though it supports a wide variety of 1.1 capabilities). I talked about this in another thread: http://news.ycombinator.com/item?id=2439406
Are you trolling? nginx supports HTTP 1.1 since I can remember
Not for the proxy module.