Tatsuhiro Tsujikawa
|
9f2f6454f3
|
Added handling of received RST_STREAM
|
2012-01-27 23:22:27 +09:00 |
|
Tatsuhiro Tsujikawa
|
0ecf581e63
|
UNIDIRECTIONAL handling when SYN_REPLY and HEADERS are received.
|
2012-01-27 23:17:03 +09:00 |
|
Tatsuhiro Tsujikawa
|
d1c4c59aad
|
Added handling of received PING
|
2012-01-27 23:05:29 +09:00 |
|
Tatsuhiro Tsujikawa
|
a59c3efedb
|
Added handling when HEADERS is received.
|
2012-01-27 19:10:13 +09:00 |
|
Tatsuhiro Tsujikawa
|
83b4e245d9
|
Removed debug output
|
2012-01-27 17:47:39 +09:00 |
|
Tatsuhiro Tsujikawa
|
29df087ae8
|
Set FIN bit set in stream when requet DATA frame with FIN bit set is sent.
|
2012-01-27 17:22:17 +09:00 |
|
Tatsuhiro Tsujikawa
|
7272782f67
|
Close the stream if SYN_REPLY with FIN bit set is received.
|
2012-01-27 17:15:24 +09:00 |
|
Tatsuhiro Tsujikawa
|
beb509ef39
|
Check stream before sending SYN_REPLY and DATA. Don't make stream if incoming SYN_STREAM has FIN and UNIDIRECTIONAL set.
|
2012-01-27 17:09:40 +09:00 |
|
Tatsuhiro Tsujikawa
|
21e165f1f8
|
Added spdylay_reply_submit() and DATA frame handling after SYN_REPLY.
|
2012-01-27 01:17:40 +09:00 |
|
Tatsuhiro Tsujikawa
|
6e627548be
|
Added stream status change after sending SYN_STREAM and SYN_REPLY.
|
2012-01-26 01:04:01 +09:00 |
|
Tatsuhiro Tsujikawa
|
46478c2398
|
Make sure that pri in SYN_STREAM is 0(highest) to 3(lowest).
Use stream->pri for priority of SYN_REPLY.
|
2012-01-25 23:52:32 +09:00 |
|
Tatsuhiro Tsujikawa
|
cbb8dd6a8c
|
Added pri to spdylay_stream. Refactored SYN_STREAM, SYN_REPLY handling when they are received.
|
2012-01-25 23:46:07 +09:00 |
|
Tatsuhiro Tsujikawa
|
3bfe48972c
|
Queue RST_STREAM if invalid stream ID is received in SYN_STREAM or SYN_REPLY.
Fixed bug that Z_DATA_ERROR is not handled.
Fixed bug that spdylay_frame_alloc_pack_nv does not use nv_offset correctly.
|
2012-01-25 21:31:28 +09:00 |
|
Tatsuhiro Tsujikawa
|
a52ff39850
|
Renamed spdylay_session_init as spdylay_session_new. Added session arg to cb.
Now recv_callback and send_callback accepts session argument.
spdylay_session_free was also renamed as spdylay_session_del.
|
2012-01-24 22:56:26 +09:00 |
|
Tatsuhiro Tsujikawa
|
9c8270436f
|
Added header deflate/inflate using zlib. Added send/recv frame.
|
2012-01-24 22:02:24 +09:00 |
|