forked from hummypkg/webif
Work around uclibc getaddrinfo()
This commit is contained in:
@@ -225,7 +225,7 @@ proc {pkg loaddiagmeta} {} {
|
|||||||
}
|
}
|
||||||
|
|
||||||
proc {pkg fetchfile} {url} {
|
proc {pkg fetchfile} {url} {
|
||||||
set f [socket stream hpkg.tv:80]
|
set f [socket stream hpkg.tv:http]
|
||||||
$f puts -nonewline "GET /hdrfoxt2/$url HTTP/1.1\r\n"
|
$f puts -nonewline "GET /hdrfoxt2/$url HTTP/1.1\r\n"
|
||||||
$f puts -nonewline "Host: hpkg.tv\r\n"
|
$f puts -nonewline "Host: hpkg.tv\r\n"
|
||||||
$f puts -nonewline "Connection: close\r\n"
|
$f puts -nonewline "Connection: close\r\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user