Module: wine Branch: refs/heads/master Commit: 1e946d3e148a6d357fe322fbec78fd4c66b422db URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=1e946d3e148a6d357fe322fb...
Author: Aric Stewart aric@codeweavers.com Date: Tue Dec 13 17:07:41 2005 +0100
wininet: HTTP headers reworking. Redo how headers are handled, eliminating the concept of Standard Headers and allow all headers to be added multiple times. Allow querying of headers with an index to get the multiple headers. Respect response vs request headers in HttpQueryInfo. Add a number of tests to extensively test header adding and replacing.
---
dlls/wininet/http.c | 678 ++++++++++++++++++++++----------------------- dlls/wininet/internet.c | 5 dlls/wininet/internet.h | 5 dlls/wininet/tests/http.c | 154 ++++++++++ 4 files changed, 496 insertions(+), 346 deletions(-)