1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

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
This commit is contained in:
Jeff Trawick
2000-12-28 22:23:34 +00:00
parent 4645a9805d
commit d21e75657c

View File

@@ -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));
}
/*