http2: make connection re-use work
authorDaniel Stenberg <daniel@haxx.se>
Tue, 20 May 2014 14:50:24 +0000 (16:50 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 20 May 2014 14:50:24 +0000 (16:50 +0200)
commit99114faf8281e13492e857c935f51d3fad6f22dc
tree043482db2034e88a139b35e8bd6963dfab432e14
parent316f79cef2318baf65dc55dec9b1617684fd78dd
http2: make connection re-use work

Http2 connections would wrongly get closed after each individual
request.

Co-authored-by: Tatsuhiro Tsujikawa
Bug: http://curl.haxx.se/bug/view.cgi?id=1374
lib/http.c
lib/http2.c
lib/http2.h