]> 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)
commitdf084162b068353c50dc70cf28f4764de033630a
treef0943ff79daaab8b3365a22b853150a5d6d3e517
parent590d90775dec92d38213d15442a9efc8846632a8
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