Re: [2/2] msxml3/httprequest: Implement IXMLHttpRequest::setRequestHeader() (still try3)
28 Sep
2010
28 Sep
'10
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
5551
Age (days ago)
5551
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban