]> granicus.if.org Git - curl/commit
http2: getsock fix for uploads
authorDaniel Stenberg <daniel@haxx.se>
Sat, 12 May 2018 19:58:46 +0000 (21:58 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 14 May 2018 06:22:46 +0000 (08:22 +0200)
commit7d6e01441a161c81b19626bdf2b85dafece5f1b8
tree8d481faa7497253d157d0bfe4ae2c36ddbc0f0f1
parent583b42cb3b809b1bf597af160468ccba728c2248
http2: getsock fix for uploads

When there's an upload in progress, make sure to wait for the socket to
become writable.

Detected-by: steini2000 on github
Bug: #2520
Closes #2567
lib/http2.c