Update doc
This commit is contained in:
parent
4ae2850aa6
commit
57aee184ca
|
@ -1309,6 +1309,7 @@ int Http2Upstream::on_downstream_header_complete(Downstream *downstream) {
|
||||||
if (error_reply(downstream, 500) != 0) {
|
if (error_reply(downstream, 500) != 0) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
// Returning -1 will signal deletion of dconn.
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -952,6 +952,7 @@ int SpdyUpstream::on_downstream_header_complete(Downstream *downstream) {
|
||||||
if (error_reply(downstream, 500) != 0) {
|
if (error_reply(downstream, 500) != 0) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
// Returning -1 will signal deletion of dconn.
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue