wine/dlls/wininet http.c
ChangeSet ID: 12921 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/07/15 13:57:32 Modified files: dlls/wininet : http.c Log message: Mike McCormack <mike(a)codeweavers.com> Robert Shearman <rob(a)codeweavers.com> - Change the way that the response headers are reconstructed to reduce the chance of memory being incorrectly allocated. - Return the correct error when a header is not found. - remove all the response headers before receiving new ones so that we don't merge headers from two responses. - Add extra standard fields. - Split the status line into http version, status code and status text and store those in the response data, without using use a fake field. Patch: http://cvs.winehq.org/patch.py?id=12921 Old revision New revision Changes Path 1.66 1.67 +234 -108 wine/dlls/wininet/http.c
participants (1)
-
Alexandre Julliard