* About to connect() to www.google.com port 80 (#0)
*   Trying 64.233.183.104... * connected
* Connected to www.google.com (64.233.183.104) port 80 (#0)
> GET / HTTP/1.1
Host: www.google.com
Accept: */*
Cookie: TEST=XYZ

< HTTP/1.1 302 Found
< Location: http://www.google.se/
< Cache-Control: private
* Added cookie PREF="ID=058caac740760b9d:TM=1195512150:LM=1195512150:S=htYU9m9C62Uuygyg" for domain google.com, path /, expire 1258584150
< Set-Cookie: PREF=ID=058caac740760b9d:TM=1195512150:LM=1195512150:S=htYU9m9C62Uuygyg; expires=Wed, 18-Nov-2009 22:42:30 GMT; path=/; domain=.google.com
< Content-Type: text/html
< Server: gws
< Content-Length: 218
< Date: Mon, 19 Nov 2007 22:42:30 GMT
< 
* Connection #0 to host www.google.com left intact
* Re-using existing connection! (#0) with host www.google.com
* Connected to www.google.com (64.233.183.104) port 80 (#0)
> GET / HTTP/1.1
Host: www.google.com
Accept: */*
Cookie: PREF=ID=058caac740760b9d:TM=1195512150:LM=1195512150:S=htYU9m9C62Uuygyg
Cookie: TEST=ABC

< HTTP/1.1 302 Found
< Location: http://www.google.se/
< Cache-Control: private
< Content-Type: text/html
< Server: gws
< Content-Length: 218
< Date: Mon, 19 Nov 2007 22:42:30 GMT
< 
* Connection #0 to host www.google.com left intact
* Closing connection #0

