]> granicus.if.org Git - curl/commit
multi: improved HTTP_1_1_REQUIRED handling
authorDaniel Stenberg <daniel@haxx.se>
Wed, 27 Mar 2019 22:28:13 +0000 (23:28 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 27 Mar 2019 22:28:14 +0000 (23:28 +0100)
commitdbce1bd86f58468a59df8c2d678a6f9c506d1804
treecfa34b3c816dc863261216566283f0aaad1bc9ce
parent8759e335abdf863acef9c67dd9213225251db6fc
multi: improved HTTP_1_1_REQUIRED handling

Make sure to downgrade to 1.1 even when we get this HTTP/2 stream error
on first flight.

Reported-by: niner on github
Fixes #3696
Closes #3707
lib/multi.c