http://bugs.winehq.org/show_bug.cgi?id=2160
Summary: HTTP_GetStdHeaderIndex is missing major response headers Product: Wine Version: 20040309 Platform: All OS/Version: other Status: UNCONFIRMED Severity: major Priority: P3 Component: wine-net AssignedTo: wine-bugs@winehq.org ReportedBy: wjweiss@hotmail.com
Many web sites such as Google do not work properly because HttpQueryInfo does not find standard headers like HTTP_QUERY_CONTENT_ENCODING and HTTP_QUERY_SET_COOKIE. Less necessary but frequently used standard headers also include HTTP_QUERY_CACHE_CONTROL.
As a feature suggestion, since there are ultimately 70+ standard headers, optimization of this routine might be justified.