nghttp2/lib/includes
Tatsuhiro Tsujikawa b8700259fd Changed behaviour of spdylay_select_next_protocol()
We use following algorithm to select protocol:

 1. If server's list contains "spdy/2", this function selects
    "spdy/2" and returns 1. The following steps are not taken.

 2. If server's list contains "http/1.1", this function selects
    "http/1.1" and returns 0. The following step is not taken.

 3. This function selects "spdy/2" and returns -1. (So called
    non-overlap case).
2012-02-08 21:20:50 +09:00
..
spdylay Changed behaviour of spdylay_select_next_protocol() 2012-02-08 21:20:50 +09:00
Makefile.am Added public API headers for distribution 2012-01-29 00:22:50 +09:00