2009/7/15 Ian Hickson <i...@hixie.ch>: > On Tue, 14 Jul 2009, Alex Rousskov wrote: >> >> WebSocket made the handshake bytes look like something Squid thinks it >> understands. That is the whole point of the argument. You are sending an >> HTTP-looking message that is not really an HTTP message. I think this is >> a recipe for trouble, even though it might solve some problem in some >> environments. > > Could you elaborate on what bytes Squid thinks it should change in the > WebSocket handshake?
Anything which it can under the HTTP/1.x RFCs. Maybe I missed it - why exactly again aren't you just talking HTTP on the HTTP port(s), and doing a standard HTTP upgrade? Adrian