http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed8bb81
)
Fix eterbug #652 (OSMP Dealer)
author
Ivan Sinitsin
<ivan@etersoft.ru>
Mon, 28 Apr 2008 12:52:30 +0000
(16:52 +0400)
committer
Konstantin Kondratyuk
<kondratyuk@etersoft.ru>
Mon, 28 Apr 2008 12:52:30 +0000
(16:52 +0400)
dlls/wininet/http.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/wininet/http.c
b/dlls/wininet/http.c
index 0f7df63de512c038303ce0b03d6afabdf9804fa4..f8460f239e42895a8cb858e8b6236e682b2a789e 100644
(file)
--- a/
dlls/wininet/http.c
+++ b/
dlls/wininet/http.c
@@
-4143,8
+4143,8
@@
static BOOL HTTP_DeleteCustomHeader(LPWININETHTTPREQW lpwhr, DWORD index)
static BOOL HTTP_VerifyValidHeader(LPWININETHTTPREQW lpwhr, LPCWSTR field)
{
/* Accept-Encoding is stripped from HTTP/1.0 requests. It is invalid */
- if (!strcmpW(lpwhr->lpszVersion, g_szHttp1_0) && !strcmpiW(field, szAccept_Encoding))
- return FALSE;
+
/*
if (!strcmpW(lpwhr->lpszVersion, g_szHttp1_0) && !strcmpiW(field, szAccept_Encoding))
+ return FALSE;
*/
return TRUE;
}