jetty.project/jetty-websocket/src
Simone Bordet 2e66e54425 370387 - SafariWebsocketDraft0Test failure during build.
The reason for the failure of this test was that a BufferedReader was used to read the header lines.
However, the buffered reader may have read and buffered also the hixie bytes and subsequently,
when the test was trying to read the hixie bytes directly from the input stream (and not from the
buffered reader), the read was timing out.
Fixed by always using the input stream to read the header and hixie bytes.
2012-02-24 11:26:50 +01:00
..
main/java/org/eclipse/jetty/websocket Trying to get more information from failing Websocket Draft0 test failure 2012-02-13 11:06:02 -07:00
test 370387 - SafariWebsocketDraft0Test failure during build. 2012-02-24 11:26:50 +01:00