mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-23 18:33:41 +08:00
Don't close socket
This commit is contained in:
@@ -11,5 +11,5 @@ LENGTH="${#HTML}"
|
||||
RESPONSE="HTTP/1.1 200 OK\nContent-Length: ${LENGTH}\nConnection: close\n\n$HTML\n\n"
|
||||
|
||||
while true; do
|
||||
echo -en "$RESPONSE" | nc -N -q 1 -lp "${1:-5000}";
|
||||
echo -en "$RESPONSE" | nc -lp "${1:-5000}";
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user