mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:33:31 +03:00
sws: add 'connection-monitor' command support
Using this, the server will output in the protocol log when the connection gets disconnected and thus we will verify correctly in the test cases that the connection doesn't get closed prematurely. This is important for example NTLM to work. Documentation added to FILEFORMAT, test 503 updated to use this.
This commit is contained in:
parent
897cf5d117
commit
28dc509dde
3 changed files with 21 additions and 4 deletions
|
|
@ -13,6 +13,9 @@ multi
|
|||
|
||||
# Server-side
|
||||
<reply>
|
||||
<servercmd>
|
||||
connection-monitor
|
||||
</servercmd>
|
||||
<data>
|
||||
HTTP/1.1 200 OK swsclose
|
||||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue