Re: [2/2] msxml3/httprequest: Implement IXMLHttpRequest::setRequestHeader() (still try3)
Sept. 28, 2010
6:53 a.m.
Hi Nikolay, + entry = heap_alloc(sizeof(*entry)); + if (!entry) return E_OUTOFMEMORY; + + /* new header */ + list_add_head(&This->reqheaders,&entry->entry); + + return S_OK; It seems like filling the new header's name and value is missing here. Jacek
5657
Age (days ago)
5657
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban