Commit dee8751c authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

Fix HttpQueryInfo(HTTP_QUERY_RAW_HEADERS*) so that it returns the

actual headers received, not just reconstituting them from processed data.
parent 95f067d3
......@@ -173,6 +173,7 @@ typedef struct
LPWSTR lpszPath;
LPWSTR lpszVerb;
LPWSTR lpszHostName;
LPWSTR lpszRawHeaders;
WININET_NETCONNECTION netConnection;
HTTPHEADERW StdHeaders[HTTP_QUERY_MAX+1];
HTTPHEADERW *pCustHeaders;
......
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