Re: [racket] WebSocket server dropping connections

2011-02-23 Thread Jakub Piotr Cłapa
On 09.02.11 21:42, Jay McCarthy wrote: 2011/2/8 Jakub Piotr Cłapa: On 07.02.11 16:19, Jay McCarthy wrote: I don't know much about Chrome 10, but is it possible that it has dropped support for the old framing mode? The WebSocket implementation supports both old and new, but defaults to old beca

Re: [racket] WebSocket server dropping connections

2011-02-09 Thread Jay McCarthy
2011/2/8 Jakub Piotr Cłapa : > On 07.02.11 16:19, Jay McCarthy wrote: >> >> I don't know much about Chrome 10, but is it possible that it has >> dropped support for the old framing mode? The WebSocket implementation >> supports both old and new, but defaults to old because that's what a >> lot of b

Re: [racket] WebSocket server dropping connections

2011-02-08 Thread Jakub Piotr Cłapa
On 07.02.11 16:19, Jay McCarthy wrote: I don't know much about Chrome 10, but is it possible that it has dropped support for the old framing mode? The WebSocket implementation supports both old and new, but defaults to old because that's what a lot of browsers (used to) default to. Look at frami

Re: [racket] WebSocket server dropping connections

2011-02-07 Thread Jay McCarthy
I don't know much about Chrome 10, but is it possible that it has dropped support for the old framing mode? The WebSocket implementation supports both old and new, but defaults to old because that's what a lot of browsers (used to) default to. Look at framing-mode in the documentation. It is unli