-
Merge pull request #19 from authorNari/fix-assoc-id
igrigorik committedJan 25, 2013 SynStream doesn't set an associated_to_stream_id.
-
Move it into the create method
authorNari committedJan 25, 2013 -
Setting assoc_stream_id move into the build method
authorNari committedJan 25, 2013 -
SynStream doesn't set an associated_to_stream_id.
authorNari committedJan 25, 2013
-
Merge pull request #18 from authorNari/fix-settings
igrigorik committedJan 22, 2013 @on_settings should be given flags and headers.
-
@on_settings should be given flags and headers.
authorNari committedJan 22, 2013 A SETTINGS frame don't have stream_id and status_code.
-
igrigorik committed
Oct 30, 2012 -
igrigorik committed
Oct 30, 2012 -
igrigorik committed
Oct 30, 2012 -
update example to new API, drop TLS
igrigorik committedOct 30, 2012 -
downcase header names in NV frame
igrigorik committedOct 30, 2012 -
add parsing of SETTINGS frames
igrigorik committedOct 30, 2012
-
update example to use on_headers
nolman committedMar 20, 2012
-
Unpack a SYN_STREAM before calling the callback. unpack_control only …
jonasschneider committedJan 5, 2012 …handles headers now, renamed. This didn't get caught by the spec because the stream ID was returned as BinData::Bit31, not Fixnum. Then the object could be modified after calling the callback.
-
Merge pull request #12 from jonasschneider/headers-parser
igrigorik committedJan 4, 2012 HEADERS parser
-
jonasschneider committed
Jan 4, 2012 -
spec the order of callbacks for SYN_STREAM
jonasschneider committedJan 4, 2012 -
jonasschneider committed
Jan 4, 2012 -
Remove on_headers_complete, add on_open.
jonasschneider committedJan 4, 2012 SYN_STREAM fires both of them now.
-
rename HEADERS callback to on_headers
jonasschneider committedJan 1, 2012 -
add parser support for HEADERS
jonasschneider committedJan 1, 2012 Conflicts: lib/spdy/parser.rb spec/parser_spec.rb
-
fix handling of headerless SYN_STREAM frames
jonasschneider committedJan 4, 2012 -
Merge pull request #14 from jonasschneider/reuse-inflate-code
igrigorik committedJan 4, 2012 Reuse inflating code
-
reuse the inflating code in the protocol
jonasschneider committedJan 1, 2012
-
Merge pull request #10 from jonasschneider/rst-stream-parser
igrigorik committedJan 1, 2012 Add support for RST_STREAM packets
-
jonasschneider committed
Jan 1, 2012 -
jonasschneider committed
Dec 30, 2011 -
jonasschneider committed
Dec 30, 2011 -
Merge pull request #7 from jonasschneider/encoding-issues
igrigorik committedJan 1, 2012 Fix encoding issues
-
Merge pull request #6 from jonasschneider/multi-frame
igrigorik committedJan 1, 2012 When parsing of a frame succeeds, try parsing another one
-
jonasschneider committed
Dec 30, 2011 -
add magic comment instead of changing the encodings
jonasschneider committedDec 30, 2011 -
Merge pull request #9 from jonasschneider/ping-parser
igrigorik committedDec 30, 2011 Add support for PING packets
-
when parsing of a frame succeeds, try parsing another one
jonasschneider committedDec 29, 2011