mirror of
https://github.com/curl/curl.git
synced 2026-07-26 20:17:18 +03:00
lib2700: use testnum
Follow-up to02dd471bbf#17591 Follow-up tod3594be653#17136 Closes #18138
This commit is contained in:
parent
ec4c559104
commit
1d56c1401f
2 changed files with 1 additions and 2 deletions
|
|
@ -24,7 +24,6 @@ ws://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
|||
</command>
|
||||
<setenv>
|
||||
CURL_WS_FORCE_ZERO_MASK=1
|
||||
LIB2700_AUTO_PONG=1
|
||||
</setenv>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
|
|
@ -228,7 +228,7 @@ static CURLcode test_lib2700(const char *URL)
|
|||
easy_setopt(curl, CURLOPT_DEBUGFUNCTION, libtest_debug_cb);
|
||||
easy_setopt(curl, CURLOPT_VERBOSE, 1L);
|
||||
easy_setopt(curl, CURLOPT_CONNECT_ONLY, 2L);
|
||||
if(!getenv("LIB2700_AUTO_PONG"))
|
||||
if(testnum != 2708)
|
||||
easy_setopt(curl, CURLOPT_WS_OPTIONS, (long)CURLWS_NOAUTOPONG);
|
||||
|
||||
res = curl_easy_perform(curl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue