nghttpx: Add doc

This commit is contained in:
Tatsuhiro Tsujikawa 2015-07-16 00:03:34 +09:00
parent 2bac00ea5f
commit 8585599b4b
1 changed files with 1 additions and 0 deletions

View File

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