Commit ae764bbd authored by Jeff Trawick's avatar Jeff Trawick
Browse files

On EBCDIC machines, fix up the charset of the header terminator.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87542 13f79535-47bb-0310-9956-ffa450edef68
parent 8e37fa63
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1922,6 +1922,7 @@ static void terminate_header(char *buf)
        headfield += strlen(tmp);
    }
    apr_cpystrn(headfield, CRLF, strlen(CRLF) + 1);
    ap_xlate_proto_to_ascii(buf + len, strlen(buf + len));
}

/*