- When sending a request using HttpOpenRequest/HttpSendRequest, send the
commitbc8bd72297e5bd00634594cd6be7bc8cbeb99ce5
authorAlberto Massari <alby@exln.com>
Fri, 6 Dec 2002 23:20:31 +0000 (6 23:20 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 6 Dec 2002 23:20:31 +0000 (6 23:20 +0000)
tree9bd82db852b60b9862d69a5c5753b6a3c183002d
parent3db0008552ca9b9b1fbb09b9d7d913e661b99f3e
 - When sending a request using HttpOpenRequest/HttpSendRequest, send the
   User-Agent header; fixed the Accept and the Referer header handling to
   really work.
 - Fixed bug in the HTTP_ProcessHeader: when a second value was supposed to be
   added to an existing one, the buffer was reduced to be 1 char long instead
   of being expanded, due to the precedence rules of the operator '?'.
 - Added support for opening URLs that redirect to a different place.
dlls/wininet/http.c