Merge pull request from Neilpang/dev

minor
pull/1044/head
neil committed by GitHub
commit 86dd290c1d

@ -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="$!"
} }

Loading…
Cancel
Save