nghttp2 - HTTP/2 C Library and tools
Go to file
Tatsuhiro Tsujikawa d0cd362852 Changed spdylay_select_next_protocol behaviour
It now always select "spdy/2" as a next protocol regardless whether or not
the server advertises it. The NPN draft allows this.
Returning integer version number is not flexible because the selected protcol
is just a string.
The function now returns 0 if the server advertised spdy/2, or -1.
2012-02-05 21:48:20 +09:00
examples Changed spdylay_select_next_protocol behaviour 2012-02-05 21:48:20 +09:00
lib Changed spdylay_select_next_protocol behaviour 2012-02-05 21:48:20 +09:00
m4 Added libtool files 2012-01-18 00:53:12 +09:00
tests Changed spdylay_select_next_protocol behaviour 2012-02-05 21:48:20 +09:00
.gitignore Add an NPN callback helper that finds the correct version of spdy 2012-02-02 16:31:11 -08: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 Automake-zie the examples directory 2012-01-31 11:10:09 -08: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 spdycat output example 2012-02-02 00:45:02 +09:00
configure.ac Automake-zie the examples directory 2012-01-31 11:10:09 -08:00

README

See README.rst