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:
@@ -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));
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user