diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index b61bb5ccf691cec14df2ee3f02bfe7bf45c2034f..6e64e9e198c678860e22f6c00eb3aeaa7ac37e41 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -65,4 +65,5 @@ name31.txt prot32.txt reply310002.txt reply320002.txt \ command33.txt extra33.txt name33.txt prot33.txt reply33.txt \ command34.txt prot34.txt reply340001.txt name34.txt reply34.txt \ command35.txt name35.txt prot35.txt reply35.txt \ -command36.txt error36.txt name36.txt reply36.txt \ No newline at end of file +command36.txt error36.txt name36.txt reply36.txt \ +command37.txt name37.txt prot37.txt reply37.txt diff --git a/tests/data/command37.txt b/tests/data/command37.txt new file mode 100644 index 0000000000000000000000000000000000000000..c37cf423dec93e5dbff1c07c2df40aac05043619 --- /dev/null +++ b/tests/data/command37.txt @@ -0,0 +1 @@ +http://uUsSeErrr:pppasswrd@%HOSTIP:%HOSTPORT/37 diff --git a/tests/data/name37.txt b/tests/data/name37.txt new file mode 100644 index 0000000000000000000000000000000000000000..fef9ec17160e59e07bc596082dd5f3b4cf1ce6cd --- /dev/null +++ b/tests/data/name37.txt @@ -0,0 +1 @@ +HTTP GET with name+password in the URL diff --git a/tests/data/prot37.txt b/tests/data/prot37.txt new file mode 100644 index 0000000000000000000000000000000000000000..59a06d214eb655003f0ea3c7c0f417146adc2a9d --- /dev/null +++ b/tests/data/prot37.txt @@ -0,0 +1,7 @@ +GET /37 HTTP/1.1 +Authorization: Basic dVVzU2VFcnJyOnBwcGFzc3dyZA== +User-Agent: curl/7.7-beta1 (i686-pc-linux-gnu) libcurl 7.7-beta1 (SSL 0.9.5) +Host: 127.0.0.1:8999 +Pragma: no-cache +Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* + diff --git a/tests/data/reply37.txt b/tests/data/reply37.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ddff95322e55317b01394464a8677d8cddc774e --- /dev/null +++ b/tests/data/reply37.txt @@ -0,0 +1,3 @@ +HTTP/1.0 200 OK + +no headers!