diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c index 4025cf46f4..d95521abf2 100644 --- a/modules/http/http_protocol.c +++ b/modules/http/http_protocol.c @@ -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)); } /*