mirror of
https://github.com/curl/curl.git
synced 2026-07-16 05:07:15 +03:00
test303: kill server after test
Otherwise, an HTTP test closely following this one with a tight time constraint (e.g. 672) could fail because the test server stays sitting with the wait command for a while.
This commit is contained in:
parent
7c142d0571
commit
cb5127e17c
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ SSL
|
|||
<server>
|
||||
https
|
||||
</server>
|
||||
<killserver>
|
||||
https
|
||||
</killserver>
|
||||
<name>
|
||||
HTTPS with 8 secs timeout
|
||||
</name>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue