Commit bc8bd722 authored by Alberto Massari's avatar Alberto Massari Committed by Alexandre Julliard

- 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.
parent 3db00085
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment