Searched refs:expect_continuation (Results 1 – 2 of 2) sorted by relevance
924 client->expect_continuation = true; in enter_http_frame_headers_state()926 client->expect_continuation = false; in enter_http_frame_headers_state()947 client->expect_continuation = true; in enter_http_frame_continuation_state()949 client->expect_continuation = false; in enter_http_frame_continuation_state()1001 if (client->expect_continuation && in handle_http_frame_header()1428 if (!client->expect_continuation) { in handle_incomplete_http_header()1598 if (client->expect_continuation) { in handle_http_frame_headers()
515 bool expect_continuation : 1; member