Skip to content

Commit

Permalink
Arrange ap_h1_response_out_filter() according to include/mod_core.h.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910368 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jfclere committed Jun 12, 2023
1 parent be80627 commit f000cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/http/http_filters.c
Original file line number Diff line number Diff line change
Expand Up @@ -1871,7 +1871,7 @@ typedef struct h1_response_ctx {
apr_bucket_brigade *tmpbb;
} h1_response_ctx;

AP_CORE_DECLARE_NONSTD(apr_status_t) ap_h1_response_out_filter(ap_filter_t *f,
apr_status_t ap_h1_response_out_filter(ap_filter_t *f,
apr_bucket_brigade *b)
{
request_rec *r = f->r;
Expand Down Expand Up @@ -2313,4 +2313,4 @@ apr_status_t ap_h1_request_in_filter(ap_filter_t *f,
return APR_SUCCESS;
}
return rv;
}
}

0 comments on commit f000cb5

Please sign in to comment.