]> granicus.if.org Git - apache/commit
It isn't valid to check errno without setting it first, unless an
authorRoy T. Fielding <fielding@apache.org>
Tue, 18 Jun 2002 00:14:21 +0000 (00:14 +0000)
committerRoy T. Fielding <fielding@apache.org>
Tue, 18 Jun 2002 00:14:21 +0000 (00:14 +0000)
commitbad599ee2a3903f81c4572e1fa44c71d10f2b8d5
tree58acb054be7ce1165be9f1c356d8de2dd43aa222
parent9ca73a8515b0c9dabb09a80728295027609d92d5
It isn't valid to check errno without setting it first, unless an
error return value already indicated that errno was set.  Also, we might
as well accept any error or junk remaining in the field as a parse error.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95743 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_protocol.c