From 685366006ccff2b4817d2b3b806e62ebdae90a60 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 11 Jul 2012 23:49:01 +0200 Subject: connection-monitor: always log disconnect when enabled This makes verifying easier and makes us more sure curl closes the connection only at the correct point in time. Adjusted test 206 and 1008 accordingly and updated the docs for it. --- tests/FILEFORMAT | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tests/FILEFORMAT') diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 950465c61..d8c1345a1 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -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. -- cgit v1.2.3