&& !h2_config_sgeti(stream->session->s, H2_CONF_EARLY_HINTS)) {
/* suppress sending this to the client, it might have triggered
* pushes and served its purpose nevertheless */
+ rv = APR_SUCCESS;
goto cleanup;
}
if (h2_headers_are_final_response(headers)) {
assert 0 == len(promises)
# 2 H2PushResource config trigger on GET, but not on POST
- @pytest.mark.skip(reason="FIXME: this fails on travis")
def test_h2_400_20(self, env, repeat):
url = env.mkurl("https", "push", "/006-push20.html")
r = env.nghttp().get(url)