]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
In read_request_line(), we don't have to check any sort of EOF flag
authorJeff Trawick <trawick@apache.org>
Thu, 12 Oct 2000 02:54:38 +0000 (02:54 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 12 Oct 2000 02:54:38 +0000 (02:54 +0000)
commitff2371a56c335473248a28ac271295bc4e046746
treeb7a41218bb086530627d9d187983e3ec1c8ef489
parent1c066ac5ef58c7faef70a2de95d1c344c61fd64b
In read_request_line(), we don't have to check any sort of EOF flag
anymore because getline() returns < 0 upon EOF.
There are also a few very minor tweaks to getline() -- remove an
unused variable, remove a couple of unnecessary comments, simplify
an error path.

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