Commit 0bbff5b7 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Continue if push was failed

parent e66bd490
......@@ -1294,7 +1294,7 @@ int Http2Upstream::on_downstream_header_complete(Downstream *downstream) {
downstream->get_request_method() == HTTP_POST)) {
if (prepare_push_promise(downstream) != 0) {
return -1;
// Continue to send response even if push was failed.
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment