]> git.ipfire.org Git - thirdparty/curl.git/commit
gopher: check remaining time left during write busy loop
authorMarc Hoersken <info@marc-hoersken.de>
Sun, 12 Apr 2020 12:03:38 +0000 (14:03 +0200)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 12 Apr 2020 22:32:14 +0000 (18:32 -0400)
commitbe28bc2241212bbcbe4b7ac67ee1882955b5f7f3
tree4749d35d26d1623f9a210db0588da7bb069f31af
parentd59090831892210c2b0d38e92b492d6b36a3c70c
gopher: check remaining time left during write busy loop

Prior to this change gopher's blocking code would block forever,
ignoring any set timeout value.

Assisted-by: Jay Satiro
Reviewed-by: Daniel Stenberg
Similar to #5220 and #5221
Closes #5214
lib/gopher.c