Simone Bordet
54bb55e381
Updated copyright headers.
2012-02-01 21:54:20 +01:00
Simone Bordet
765634da90
README information.
2012-02-01 21:51:27 +01:00
Simone Bordet
3de46b4006
Merge branch 'master' of github.com:intalio/jetty-spdy
2012-02-01 21:49:06 +01:00
Greg Wilkins
31cbef3b29
create repo
2012-02-01 10:10:18 +11:00
Simone Bordet
b8a5d9062f
Fixed update of stream closed status in case of data frames.
...
It was possible that a client sent a data frame with close=true, but the half close of the
stream was delayed until after all the data bytes were sent.
The server received the data bytes and sent a reply with close=true that could have been
processed before the stream was actually half closed by the data frame delayed update,
and this generated a race condition.
Now the close status is updated before sending the data (like all other frames), but the
stream is removed only when data has been fully sent.
2012-01-30 21:14:03 +01:00
Simone Bordet
4cbca7a664
Added test method rule.
2012-01-30 21:06:57 +01:00
Simone Bordet
d79b511507
Notifying onConnect(Session) from the SPDY connection on first call to handle().
2012-01-30 20:35:51 +01:00
Simone Bordet
7da429ce7a
Cosmetics.
2012-01-30 17:34:25 +01:00
Simone Bordet
7260640251
Introduced NPN support in the server.
2012-01-30 17:34:13 +01:00
Simone Bordet
9dfb728fc8
Updated to Jetty 7.6.0 final.
2012-01-30 16:25:05 +01:00
Simone Bordet
233c32e9f3
Introduced NPN support in the client.
2012-01-30 16:23:59 +01:00
Simone Bordet
000b635a12
Corrected server-side plumbing of endpoints and connections.
2012-01-28 16:04:38 +01:00
Simone Bordet
2e16ce6bf2
Fixed test.
2012-01-28 16:04:24 +01:00
Simone Bordet
33968638bb
Corrected client-side plumbing of endpoints and connections.
2012-01-28 15:59:34 +01:00
Simone Bordet
ffe10f3cf8
Added SSL support.
2012-01-27 22:02:39 +01:00
Simone Bordet
298605aebd
Fixed test.
2012-01-27 21:33:41 +01:00
Simone Bordet
6d0bcc6a54
Improved logging.
2012-01-27 21:28:43 +01:00
Simone Bordet
3e3f9f181b
Added TODO for an optimization.
2012-01-27 21:28:18 +01:00
Simone Bordet
2f58b6980a
Improved test to guard against race condition.
2012-01-27 13:42:59 +01:00
Simone Bordet
b91f9d0dbc
Logging at INFO level.
2012-01-27 13:42:33 +01:00
Simone Bordet
29c98f4b37
Processing of frames is now done only if we did not send go_away.
2012-01-27 13:42:13 +01:00
Simone Bordet
2b6d997320
Added NPE guard.
2012-01-27 13:41:21 +01:00
Simone Bordet
af44e47842
Cosmetics.
2012-01-27 12:16:57 +01:00
Simone Bordet
4d0096978d
Moved NIO connectors to nio package.
2012-01-27 12:15:51 +01:00
Simone Bordet
672c89827b
Logging cosmetics.
2012-01-27 12:15:05 +01:00
Simone Bordet
7272be863a
Fixed buffer indexing.
2012-01-27 12:14:38 +01:00
Simone Bordet
de336042bf
Initial implementation for Jetty 7.
2012-01-27 10:19:33 +01:00