forked from KolibriOS/kolibrios
Added debug message when header field is not found.
git-svn-id: svn://kolibrios.org@4829 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
7a11c2f2d6
commit
eec69507f4
@ -1108,6 +1108,7 @@ proc HTTP_find_header_field identifier, headername ;////////////////////////////
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
.fail:
|
.fail:
|
||||||
|
DEBUGF 1, "Header field not found\n"
|
||||||
pop edi esi edx ecx ebx
|
pop edi esi edx ecx ebx
|
||||||
xor eax, eax
|
xor eax, eax
|
||||||
ret
|
ret
|
||||||
|
Loading…
Reference in New Issue
Block a user