1
0
mirror of https://github.com/moparisthebest/spdylay synced 2024-08-13 17:03:54 -04:00
Go to file
Tatsuhiro Tsujikawa db8a62c0d7 htparse: enhancements and bug fixes
CONNECT method supported. Fixed _str8cmp and _str9cmp comparison.
Support no content-length case.  Fixed hook_uri_run args. Run
hook_on_hdrs_complete if no header field is present. Supported empty
header value. Case insensitive match for particular header values
(e.g., keep-alive).
2012-07-11 16:02:08 +09:00
doc Include README.rst in manual 2012-05-19 22:05:56 +09:00
examples htparse: enhancements and bug fixes 2012-07-11 16:02:08 +09:00
lib Take into account shut_flags when accepting DATA frame 2012-06-14 22:39:44 +09:00
m4 Added example of node.native style spdy server 2012-02-14 23:54:23 +09:00
tests Take into account shut_flags when accepting DATA frame 2012-06-14 22:39:44 +09:00
.gitignore Added tests for malloc failures 2012-04-24 22:51:06 +09:00
AUTHORS Added libtool files 2012-01-18 00:53:12 +09:00
ChangeLog Added libtool files 2012-01-18 00:53:12 +09:00
configure.ac Bump up version number to 0.3.1. LT revision is now 2.1.1 2012-06-11 23:19:09 +09:00
COPYING Fixed copyright year 2012-01-27 01:40:18 +09:00
Makefile.am Packaging fix 2012-04-25 22:27:50 +09:00
NEWS Updated NEWS for 0.3.1 release 2012-06-11 23:28:37 +09:00
README Added libtool files 2012-01-18 00:53:12 +09:00
README.rst Updated README.rst 2012-06-07 02:32:15 +09:00

See README.rst