Commit 3cd54553 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

wininet: Trace more parameters to HTTP_GetCustomHeaderIndex.

parent 578881f6
...@@ -4797,7 +4797,7 @@ static INT HTTP_GetCustomHeaderIndex(http_request_t *lpwhr, LPCWSTR lpszField, ...@@ -4797,7 +4797,7 @@ static INT HTTP_GetCustomHeaderIndex(http_request_t *lpwhr, LPCWSTR lpszField,
{ {
DWORD index; DWORD index;
TRACE("%s\n", debugstr_w(lpszField)); TRACE("%s, %d, %d\n", debugstr_w(lpszField), requested_index, request_only);
for (index = 0; index < lpwhr->nCustHeaders; index++) for (index = 0; index < lpwhr->nCustHeaders; index++)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment