nghttp2 - HTTP/2 C Library and tools
Go to file
Tatsuhiro Tsujikawa 856d230595 The response DATA frame is now queued after SYN_STREAM/SYN_REPLY has been sent.
This is because our priority queue implementation does not have stable sort
property, so queueing SYN_STREAM, DATA in this order does not necessarily
mean SYN_STREAM will be sent first.
2012-01-30 23:55:00 +09:00
examples Added Makefile for examples 2012-01-30 00:35:33 +09:00
lib The response DATA frame is now queued after SYN_STREAM/SYN_REPLY has been sent. 2012-01-30 23:55:00 +09:00
m4 Added libtool files 2012-01-18 00:53:12 +09:00
tests Added data_prd arugment to spdylay_submit_request() and supported POST request. 2012-01-29 19:07:31 +09:00
.gitignore Added libtool files 2012-01-18 00:53:12 +09:00
AUTHORS Added libtool files 2012-01-18 00:53:12 +09:00
COPYING Fixed copyright year 2012-01-27 01:40:18 +09:00
ChangeLog Added libtool files 2012-01-18 00:53:12 +09:00
Makefile.am Added libtool files 2012-01-18 00:53:12 +09:00
NEWS Added libtool files 2012-01-18 00:53:12 +09:00
README Added libtool files 2012-01-18 00:53:12 +09:00
README.rst Updated README 2012-01-30 00:39:32 +09:00
configure.ac Added handling of received PING 2012-01-27 23:05:29 +09:00

README

See README.rst