]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commit6753f543441092fe7d53bfbe52ae438a5524d935
tree58acb054be7ce1165be9f1c356d8de2dd43aa222
parent3ea796a16681e2ed8031edb11412ddbae007051a
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