HTTP/1.1 -1 Read error in cache disk data: SuccessContent-Type: text/csv; charset="utf-8" Last-Modified: Sat, 22 Jan 2022 07:21:04 GMT Content-length: 802 Connection: Close Proxy-Connection: Close X-Cache: HIT from web1.osuosl.org Server: ProxyTrack 0.5 (HTTrack 3.49.2) id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform 1882,gethostbyname failure doesn't throw an exception,dukeleto,whiteknight,"Currently in src/io/socket_unix.c there is the following code: {{{ /* Maybe it is a hostname, try to lookup */ /* XXX Check PIO option before doing a name lookup, * it may have been toggled off. */ struct hostent *he = gethostbyname(host); /* XXX FIXME - Handle error condition better */ if (!he) { fprintf(stderr, ""gethostbyname failure [%s]\n"", host); return; } }}} What kind of exception should be thrown here? ",RFC,closed,normal,2.11,docs,2.10.0,medium,fixed,,,,,unix archdescription+xml