[ When backported to 2.2.x, remove entry from this file ]
*) core: Translate the the status line to ASCII on EBCDIC platforms in
- ap_send_interim_response(), affecting interim responses such as those
- forwarded by mod_proxy_http. [Eric Covener]
+ ap_send_interim_response() and for locally generated "100 Continue"
+ responses. [Eric Covener]
*) mod_authnz_ldap: Reduce number of initialization debug messages and make
information more clear. PR 46342 [Dan Poirier]
- *) core: Translate locally generated "100-Continue" message to
- ASCII on EBCDIC systems. [Eric Covener]
-
*) prefork: Fix child process hang during graceful restart/stop in
configurations with multiple listening sockets. PR 42829. [Joe Orton,
Jeff Trawick]
x.f = r->connection->output_filters;
x.bb = apr_brigade_create(r->pool, r->connection->bucket_alloc);
- ap_fputstrs(x.f, x.bb, status_line, NULL);
+ ap_fputs(x.f, x.bb, status_line);
if (send_headers) {
apr_table_do(send_header, &x, r->headers_out, NULL);
apr_table_clear(r->headers_out);