Files
socket.io/lib
Guillermo Rauch 6c0a714641 Removed data event and do parsing in transport.
Unfortunately, it makes our API less clean to depend on specific
parsing done by the Transport when clearly it doesnt belong there.

The problem is that XHR polling *needs* specific messages to compensate
for lack of features such as the ability to signal a connection close.

Since we're already doing peaking of message types in the polling transport,
we want to avoid the performance penalty of double parsing at the polling
level and later at the Engine level, and we sacrifice a little bit of
API purity.
2011-11-27 11:23:47 -08:00
..
2011-11-18 10:08:39 -08:00
2011-11-18 10:08:39 -08:00
2011-11-27 10:29:08 -08:00
2011-11-27 10:29:46 -08:00
2011-11-18 10:08:39 -08:00