ChangeSet ID: 6525 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/12/06 17:20:31
Modified files: dlls/wininet : http.c
Log message: Alberto Massari alby@exln.com - 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.
Patch: http://cvs.winehq.com/patch.py?id=6525
Old revision New revision Changes Path 1.31 1.32 +149 -13 wine/dlls/wininet/http.c