View | Details | Raw Unified | Return to bug 66597
Collapse All | Expand All

(-)modules/http2/h2_c2.c (-1 / +1 lines)
Lines 793-799 static int h2_c2_hook_post_read_request(request_re Link Here
793
{
793
{
794
    h2_conn_ctx_t *conn_ctx = h2_conn_ctx_get(r->connection);
794
    h2_conn_ctx_t *conn_ctx = h2_conn_ctx_get(r->connection);
795
795
796
    if (conn_ctx && conn_ctx->stream_id) {
796
    if (conn_ctx && conn_ctx->stream_id && ap_is_initial_req(r)) {
797
797
798
        ap_log_rerror(APLOG_MARK, APLOG_TRACE3, 0, r,
798
        ap_log_rerror(APLOG_MARK, APLOG_TRACE3, 0, r,
799
                      "h2_c2(%s-%d): adding request filters",
799
                      "h2_c2(%s-%d): adding request filters",

Return to bug 66597