diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/http_protocol.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/http_protocol.h b/include/http_protocol.h index 4cf351e13d..276d09bf98 100644 --- a/include/http_protocol.h +++ b/include/http_protocol.h @@ -668,8 +668,9 @@ AP_DECLARE(void) ap_finalize_sub_req_protocol(request_rec *sub_r); /** * Send an interim (HTTP 1xx) response immediately. * @param r The request + * @param send_headers Whether to send&clear headers in r->headers_out */ -AP_DECLARE(void) ap_send_interim_response(request_rec *r); +AP_DECLARE(void) ap_send_interim_response(request_rec *r, int send_headers); #ifdef __cplusplus } |