Revision history for Perl extension Protocol-HTTP2
0.04 2014-05-08T18:22:24Z
- enable Upgrade in server-anyevent.pl example
- implemented Upgrade support
- fixed build/tests on windows
- update cpanfile (Net::SSLeay > 1.45 for NPN)
- update state doc
0.03 2014-05-07T18:05:50Z
- client-tls-anyevent.pl with NPN/ALPN support and server's push handling
- fixed error handling (send only one GOAWAY)
- fixed PUSH_RPOMISE/CONTINUATION state and headers handling
- implemented PUSH_PROMISE decoder
- implemented RST_STREAM encoder
- server-tls-anyevent.pl with NPN/ALPN support
- fixed Connection's send(): set END_STREAM flag for last DATA frame
- fixed HEADERS/CONTINUATION logic
- pending state change until all CONTINUATION frames received
- fixed author
0.02 2014-05-05T20:24:31Z
- implemented CONTINUATION frame decoding
- docs: table about frame types, flags and stream id
0.01 2014-04-27T08:51:15Z
- original version