Searched refs:expect_continuation (Results 1 – 2 of 2) sorted by relevance
864 client->expect_continuation = true; in enter_http_frame_headers_state()866 client->expect_continuation = false; in enter_http_frame_headers_state()887 client->expect_continuation = true; in enter_http_frame_continuation_state()889 client->expect_continuation = false; in enter_http_frame_continuation_state()941 if (client->expect_continuation && in handle_http_frame_header()1341 if (!client->expect_continuation) { in handle_incomplete_http_header()1506 if (client->expect_continuation) { in handle_http_frame_headers()
493 bool expect_continuation : 1; member