]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
core: Add and handle AP_GETLINE_NOSPC_EOL flag in ap_rgetline_core().
authorYann Ylavic <ylavic@apache.org>
Thu, 19 Apr 2018 15:01:10 +0000 (15:01 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 19 Apr 2018 15:01:10 +0000 (15:01 +0000)
commit3360700b5360c5f57ee75ce177f2920b6fdccdb0
tree61701b55a6b7230d3b3d56ae3f4aaa34123e7210
parent81af07c707b365c9a3fd7f98adc86d02e90275e1
core: Add and handle AP_GETLINE_NOSPC_EOL flag in ap_rgetline_core().

This tells the ap_getline() family of functions to consume the end of line
when the buffer is exhausted.

PR 62198.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1829557 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/ap_mmn.h
include/http_protocol.h
server/protocol.c