]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
ap_rgetline: fix folding and partial line handling on ebcdic boxes. The
authorGreg Ames <gregames@apache.org>
Thu, 7 Mar 2002 22:08:46 +0000 (22:08 +0000)
committerGreg Ames <gregames@apache.org>
Thu, 7 Mar 2002 22:08:46 +0000 (22:08 +0000)
commit1831fc04ee42b53fe027f589f4145ae80baf1d44
treef0943ff79daaab8b3365a22b853150a5d6d3e517
parentec5ec9665f1e39ee16f34d6a7d712f79644889e4
ap_rgetline: fix folding and partial line handling on ebcdic boxes.  The
normal case worked OK, but due to the recursion and multiple exit points,
input bytes could go thru charset translation multiple times or not at all.

Suggested by: Justin Erenkrantz

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