nghttpx: Remove redundant check

This commit is contained in:
Tatsuhiro Tsujikawa 2017-12-14 21:39:22 +09:00
parent a4e27d766b
commit 216f4dad83
1 changed files with 0 additions and 5 deletions

View File

@ -891,11 +891,6 @@ Http2Session *ClientHandler::select_http2_session(
break;
}
if (addr.http2_extra_freelist.size() == 0 &&
addr.connect_blocker->blocked()) {
continue;
}
if (selected_addr == nullptr || load_lighter(&addr, selected_addr)) {
selected_addr = &addr;
}