]> granicus.if.org Git - curl/commit
EAGAIN on older (correct) glibc versions indicate a problem and not the need
authorDaniel Stenberg <daniel@haxx.se>
Mon, 16 Dec 2002 11:33:44 +0000 (11:33 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 16 Dec 2002 11:33:44 +0000 (11:33 +0000)
commite879e26a5b93ac45531e5083ced7ab676b0ac996
treec5732fcfea13d12d89291c286783e29f450d6d2e
parent96d84150e11f405081ab8b9c0715190fd90842e3
EAGAIN on older (correct) glibc versions indicate a problem and not the need
for a bigger buffer and this is indeed badness for us. Making this work
on both old and new glibc versions require an ugly loop that in its worse
form cause 45 bad loops when using the correct glibc and a non-resolving
host name... :-/

We want a better fix. Badly.
lib/hostip.c