]> granicus.if.org Git - curl/commit
http2: lazy init header_recvbuf
authorDaniel Stenberg <daniel@haxx.se>
Fri, 8 May 2015 13:53:18 +0000 (15:53 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 18 May 2015 06:57:18 +0000 (08:57 +0200)
commitbe4c8fd1ef11a565fcfceed48d40aa9889f095d4
treef789720c908f7119cf1c6abf4b7222798e503a13
parent783b3c7b427dce4b1906709cef350af5e9623673
http2: lazy init header_recvbuf

It makes us use less memory when not doing HTTP/2 and subsequently also
makes us not have to cleanup HTTP/2 related data when not using HTTP/2!
lib/http.c
lib/http2.c