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:
76eed7d
)
mshtml: Added nsIChannel::GetRequestHeader implementation.
author
Jacek Caban
<jacek@codeweavers.com>
Tue, 3 Aug 2010 19:39:49 +0000
(21:39 +0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Wed, 4 Aug 2010 10:24:53 +0000
(12:24 +0200)
dlls/mshtml/nsio.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/mshtml/nsio.c
b/dlls/mshtml/nsio.c
index 09e125fb79da0b45e745487adf1c8ab81e153ebb..019bc6108b16ca42f46f90ef53d38112a496da15 100644
(file)
--- a/
dlls/mshtml/nsio.c
+++ b/
dlls/mshtml/nsio.c
@@
-1051,9
+1051,9
@@
static nsresult NSAPI nsChannel_GetRequestHeader(nsIHttpChannel *iface,
{
nsChannel *This = NSCHANNEL_THIS(iface);
-
FIXM
E("(%p)->(%s %p)\n", This, debugstr_nsacstr(aHeader), _retval);
+
TRAC
E("(%p)->(%s %p)\n", This, debugstr_nsacstr(aHeader), _retval);
- return
NS_ERROR_NOT_IMPLEMENTED
;
+ return
get_channel_http_header(&This->request_headers, aHeader, _retval)
;
}
static nsresult NSAPI nsChannel_SetRequestHeader(nsIHttpChannel *iface,