> --- httpd/httpd/trunk/include/http_protocol.h (original)
> +++ httpd/httpd/trunk/include/http_protocol.h Sun Oct  7 06:41:50 2007
> @@ -664,6 +664,12 @@
>   * @param sub_r Subrequest that is now compete
>   */
>  AP_DECLARE(void) ap_finalize_sub_req_protocol(request_rec *sub_r);
> +
> +/**
> + * Send an interim (HTTP 1xx) response immediately.
> + * @param r The request
> + */
> +AP_DECLARE(void) ap_send_interim_response(request_rec *r);

Corresponding MMN bump?

Reply via email to