nghttpx: Continue if push was failed

This commit is contained in:
Tatsuhiro Tsujikawa 2015-07-31 21:25:43 +09:00
parent e66bd490a4
commit 0bbff5b738
1 changed files with 1 additions and 1 deletions

View File

@ -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.
}
}