nghttp2/examples
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
..
.gitignore Automake-zie the examples directory 2012-01-31 11:10:09 -08:00
Makefile.am Added libcrypto to pkg-config args 2012-02-01 21:42:29 +09:00
spdycat.cc Added stream_user_data arg to spdylay_submit_request() to identify stream ID later easily. 2012-02-04 01:37:21 +09:00
spdylay_ssl.cc Changed spdylay_select_next_protocol behaviour 2012-02-05 21:48:20 +09:00
spdylay_ssl.h Added stream_user_data arg to spdylay_submit_request() to identify stream ID later easily. 2012-02-04 01:37:21 +09:00
uri.cc Rewritten spdycl as spdycat. 2012-01-30 00:34:10 +09:00
uri.h Rewritten spdycl as spdycat. 2012-01-30 00:34:10 +09:00
util.cc Rewritten spdycl as spdycat. 2012-01-30 00:34:10 +09:00
util.h Rewritten spdycl as spdycat. 2012-01-30 00:34:10 +09:00