Commit 86dd290c authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #1020 from Neilpang/dev

minor
parents 6499a729 95949b65
...@@ -1987,7 +1987,7 @@ _startserver() { ...@@ -1987,7 +1987,7 @@ _startserver() {
_debug "_NC" "$_NC" _debug "_NC" "$_NC"
#todo listen address #todo listen address
socat TCP-LISTEN:$Le_HTTPPort,crlf,reuseaddr,fork SYSTEM:"sleep 0.5; echo HTTP/1.1 200 OK'; echo ; echo $content; echo;" & $_NC TCP-LISTEN:$Le_HTTPPort,crlf,reuseaddr,fork SYSTEM:"sleep 0.5; echo HTTP/1.1 200 OK'; echo ; echo $content; echo;" &
serverproc="$!" serverproc="$!"
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment