Commit 57aee184 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Update doc

parent 4ae2850a
......@@ -1309,6 +1309,7 @@ int Http2Upstream::on_downstream_header_complete(Downstream *downstream) {
if (error_reply(downstream, 500) != 0) {
return -1;
}
// Returning -1 will signal deletion of dconn.
return -1;
}
......
......@@ -952,6 +952,7 @@ int SpdyUpstream::on_downstream_header_complete(Downstream *downstream) {
if (error_reply(downstream, 500) != 0) {
return -1;
}
// Returning -1 will signal deletion of dconn.
return -1;
}
......
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