parent
f518982775
commit
17a7e12e1b
@ -92,10 +92,10 @@ Via: 3 nghttpx
|
|||||||
^Host:.*
|
^Host:.*
|
||||||
</strip>
|
</strip>
|
||||||
<file name="%LOGDIR/stderr%TESTNUMBER" mode="text">
|
<file name="%LOGDIR/stderr%TESTNUMBER" mode="text">
|
||||||
* Connection #0 to host localhost left intact
|
== Info: Connection #0 to host localhost left intact
|
||||||
* Connection #0 to host localhost left intact
|
== Info: Connection #0 to host localhost left intact
|
||||||
* Connection #0 to host localhost left intact
|
== Info: Connection #0 to host localhost left intact
|
||||||
* Connection #0 to host localhost left intact
|
== Info: Connection #0 to host localhost left intact
|
||||||
</file>
|
</file>
|
||||||
<stripfile>
|
<stripfile>
|
||||||
$_ = '' if (($_ !~ /left intact/) && ($_ !~ /Closing connection/))
|
$_ = '' if (($_ !~ /left intact/) && ($_ !~ /Closing connection/))
|
||||||
|
|||||||
@ -692,7 +692,7 @@ lib2404_LDADD = $(TESTUTIL_LIBS)
|
|||||||
lib2405_SOURCES = lib2405.c $(SUPPORTFILES) $(TESTUTIL) $(WARNLESS)
|
lib2405_SOURCES = lib2405.c $(SUPPORTFILES) $(TESTUTIL) $(WARNLESS)
|
||||||
lib2405_LDADD = $(TESTUTIL_LIBS)
|
lib2405_LDADD = $(TESTUTIL_LIBS)
|
||||||
|
|
||||||
lib2502_SOURCES = lib2502.c $(SUPPORTFILES) $(TESTUTIL) $(WARNLESS)
|
lib2502_SOURCES = lib2502.c $(SUPPORTFILES) $(TESTUTIL) $(TSTTRACE) $(WARNLESS)
|
||||||
lib2502_LDADD = $(TESTUTIL_LIBS)
|
lib2502_LDADD = $(TESTUTIL_LIBS)
|
||||||
|
|
||||||
lib3010_SOURCES = lib3010.c $(SUPPORTFILES) $(TESTUTIL) $(WARNLESS)
|
lib3010_SOURCES = lib3010.c $(SUPPORTFILES) $(TESTUTIL) $(WARNLESS)
|
||||||
|
|||||||
@ -23,6 +23,7 @@
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
#include "test.h"
|
#include "test.h"
|
||||||
|
|
||||||
|
#include "testtrace.h"
|
||||||
#include "testutil.h"
|
#include "testutil.h"
|
||||||
#include "warnless.h"
|
#include "warnless.h"
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
@ -80,6 +81,10 @@ CURLcode test(char *URL)
|
|||||||
/* wait for first connection established to see if we can share it */
|
/* wait for first connection established to see if we can share it */
|
||||||
easy_setopt(curl[i], CURLOPT_PIPEWAIT, 1L);
|
easy_setopt(curl[i], CURLOPT_PIPEWAIT, 1L);
|
||||||
/* go verbose */
|
/* go verbose */
|
||||||
|
libtest_debug_config.nohex = 1;
|
||||||
|
libtest_debug_config.tracetime = 0;
|
||||||
|
test_setopt(curl[i], CURLOPT_DEBUGDATA, &libtest_debug_config);
|
||||||
|
easy_setopt(curl[i], CURLOPT_DEBUGFUNCTION, libtest_debug_cb);
|
||||||
easy_setopt(curl[i], CURLOPT_VERBOSE, 1L);
|
easy_setopt(curl[i], CURLOPT_VERBOSE, 1L);
|
||||||
/* include headers */
|
/* include headers */
|
||||||
easy_setopt(curl[i], CURLOPT_HEADER, 1L);
|
easy_setopt(curl[i], CURLOPT_HEADER, 1L);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user