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:
hidnplayr 2014-04-13 20:00:38 +00:00
parent 7a11c2f2d6
commit eec69507f4

View File

@ -1108,6 +1108,7 @@ proc HTTP_find_header_field identifier, headername ;////////////////////////////
ret
.fail:
DEBUGF 1, "Header field not found\n"
pop edi esi edx ecx ebx
xor eax, eax
ret