nghttp2/lib/includes/spdylay
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.h Changed behaviour of spdylay_select_next_protocol() 2012-02-08 21:20:50 +09:00
spdylayver.h.in Added libtool files 2012-01-18 00:53:12 +09:00