nghttpx: Continue if push was failed
This commit is contained in:
parent
e66bd490a4
commit
0bbff5b738
|
@ -1294,7 +1294,7 @@ int Http2Upstream::on_downstream_header_complete(Downstream *downstream) {
|
||||||
downstream->get_request_method() == HTTP_POST)) {
|
downstream->get_request_method() == HTTP_POST)) {
|
||||||
|
|
||||||
if (prepare_push_promise(downstream) != 0) {
|
if (prepare_push_promise(downstream) != 0) {
|
||||||
return -1;
|
// Continue to send response even if push was failed.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue