Loading tests/FILEFORMAT +1 −6 Original line number Diff line number Diff line Loading @@ -135,12 +135,7 @@ rtp: part [num] channel [num] size [num] with the given payload size connection-monitor When used, this will log [DISCONNECT] to the server.input log if the connection is disconnected while the given request is handled. Note that if the connection isn't disconnected and the server loops and waits for the next request on the persistent connection then the internal boolean for connection monitoring will be reset to default and if then the connection gets discconected nothing will be output. log when the connection is disconnected. </servercmd> </reply> Loading tests/data/test1008 +1 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,7 @@ User-Agent: curl/7.12.3-CVS (i686-pc-linux-gnu) libcurl/7.12.3-CVS OpenSSL/0.9.6 Host: test.remote.example.com:1008 Accept: */* [DISCONNECT] </protocol> </verify> </testcase> tests/data/test206 +1 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,7 @@ User-Agent: curl/7.12.3-CVS (i686-pc-linux-gnu) libcurl/7.12.3-CVS OpenSSL/0.9.6 Host: test.remote.haxx.se:206 Accept: */* [DISCONNECT] </protocol> </verify> </testcase> tests/server/sws.c +2 −1 Original line number Diff line number Diff line Loading @@ -347,6 +347,8 @@ static int parse_servercmd(struct httprequest *req) return 1; /* done */ } req->connmon = FALSE; cmd = orgcmd; while(cmd && cmdsize) { char *check; Loading Loading @@ -837,7 +839,6 @@ static int get_request(curl_socket_t sock, struct httprequest *req) req->pipelining = FALSE; req->callcount = 0; req->connect_port = 0; req->connmon = FALSE; /*** end of httprequest init ***/ Loading Loading
tests/FILEFORMAT +1 −6 Original line number Diff line number Diff line Loading @@ -135,12 +135,7 @@ rtp: part [num] channel [num] size [num] with the given payload size connection-monitor When used, this will log [DISCONNECT] to the server.input log if the connection is disconnected while the given request is handled. Note that if the connection isn't disconnected and the server loops and waits for the next request on the persistent connection then the internal boolean for connection monitoring will be reset to default and if then the connection gets discconected nothing will be output. log when the connection is disconnected. </servercmd> </reply> Loading
tests/data/test1008 +1 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,7 @@ User-Agent: curl/7.12.3-CVS (i686-pc-linux-gnu) libcurl/7.12.3-CVS OpenSSL/0.9.6 Host: test.remote.example.com:1008 Accept: */* [DISCONNECT] </protocol> </verify> </testcase>
tests/data/test206 +1 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,7 @@ User-Agent: curl/7.12.3-CVS (i686-pc-linux-gnu) libcurl/7.12.3-CVS OpenSSL/0.9.6 Host: test.remote.haxx.se:206 Accept: */* [DISCONNECT] </protocol> </verify> </testcase>
tests/server/sws.c +2 −1 Original line number Diff line number Diff line Loading @@ -347,6 +347,8 @@ static int parse_servercmd(struct httprequest *req) return 1; /* done */ } req->connmon = FALSE; cmd = orgcmd; while(cmd && cmdsize) { char *check; Loading Loading @@ -837,7 +839,6 @@ static int get_request(curl_socket_t sock, struct httprequest *req) req->pipelining = FALSE; req->callcount = 0; req->connect_port = 0; req->connmon = FALSE; /*** end of httprequest init ***/ Loading