From 697b1f911b6fee51ff2b271a292488fd7f9cdcda Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 14 May 2019 10:03:54 +0200 Subject: curl: make code work with protocol-disabled libcurl Closes #3844 --- tests/data/test1400 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/data/test1400') diff --git a/tests/data/test1400 b/tests/data/test1400 index 36ddd0e91..c0d409bac 100644 --- a/tests/data/test1400 +++ b/tests/data/test1400 @@ -50,11 +50,13 @@ Accept: */* s/(USERAGENT, \")[^\"]+/${1}stripped/ # CURLOPT_SSL_VERIFYPEER, SSH_KNOWNHOSTS and HTTP_VERSION vary with +# CURLOPT_INTERLEAVEDATA requires RTSP protocol # configurations - just ignore them $_ = '' if /CURLOPT_SSL_VERIFYPEER/ $_ = '' if /CURLOPT_SSH_KNOWNHOSTS/ $_ = '' if /CURLOPT_HTTP_VERSION/ $_ = '' if /CURLOPT_HTTP09_ALLOWED/ +$_ = '' if /CURLOPT_INTERLEAVEDATA/ /********* Sample code generated by the curl command line tool ********** @@ -81,7 +83,6 @@ int main(int argc, char *argv[]) them yourself. CURLOPT_WRITEDATA set to a objectpointer - CURLOPT_INTERLEAVEDATA set to a objectpointer CURLOPT_WRITEFUNCTION set to a functionpointer CURLOPT_READDATA set to a objectpointer CURLOPT_READFUNCTION set to a functionpointer -- cgit v1.2.3