forked from hummypkg/webif
Flush buffered socket output due to Jim behaviour change
This commit is contained in:
parent
e0fd42c929
commit
f9877ae35e
@ -230,6 +230,7 @@ proc {pkg fetchfile} {url} {
|
|||||||
$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"
|
||||||
$f puts -nonewline "\r\n"
|
$f puts -nonewline "\r\n"
|
||||||
|
$f flush
|
||||||
|
|
||||||
# Skip headers in the response.
|
# Skip headers in the response.
|
||||||
set line [string trim [$f gets]]
|
set line [string trim [$f gets]]
|
||||||
|
Loading…
Reference in New Issue
Block a user