Commit 8585599b authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Add doc

parent 2bac00ea
...@@ -132,6 +132,7 @@ Downstream *DownstreamQueue::remove_and_get_blocked(Downstream *downstream) { ...@@ -132,6 +132,7 @@ Downstream *DownstreamQueue::remove_and_get_blocked(Downstream *downstream) {
if (downstream->get_dispatch_state() == Downstream::DISPATCH_ACTIVE) { if (downstream->get_dispatch_state() == Downstream::DISPATCH_ACTIVE) {
--ent.num_active; --ent.num_active;
} else { } else {
// For those downstreams deleted while in blocked state
auto link = downstream->detach_blocked_link(); auto link = downstream->detach_blocked_link();
if (link) { if (link) {
ent.blocked.remove(link); ent.blocked.remove(link);
......
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