Commit 9ee14644 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

adjusted to work with the HTTP 1.1-speaking libcurl

parent c576e114
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
http://%HOSTIP:%HOSTPORT/want/25 -o - -o -
http://%HOSTIP:%HOSTPORT/want/26 -o - -o -


+1 −1
Original line number Diff line number Diff line
looping HTTP Location: following with --max-redirs
looping HTTP Location: following with --max-redirs, no persistance
+1 −1
Original line number Diff line number Diff line
GET /want/25 HTTP/1.1
GET /want/26 HTTP/1.1
User-Agent: curl/7.6-pre1 (sparc-sun-solaris2.7) libcurl 7.5.2 (SSL 0.9.6) (krb4 enabled)
Host: 127.0.0.1:8999
Pragma: no-cache
+2 −0
Original line number Diff line number Diff line
HTTP/1.1 301 This is a weirdo text message
Server: test-server/fake
Location: data/reply/25
Content-Length: 32
Connection: close

Redirect to the same URL again!
+1 −0
Original line number Diff line number Diff line
HTTP/1.1 301 This is a weirdo text message
Server: test-server/fake
Location: data/reply/25
Connection: close

Redirect to the same URL again!
Loading