Skip to content

Commit

Permalink
Fix the connection limit crash while using parents (#7604)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmamidi committed Mar 16, 2021
1 parent 7af385f commit d4fc16f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proxy/http/HttpSM.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5132,10 +5132,9 @@ HttpSM::do_http_server_open(bool raw)

ct_state.blocked();
HTTP_INCREMENT_DYN_STAT(http_origin_connections_throttled_stat);
send_origin_throttled_response();

ct_state.Warn_Blocked(&t_state.txn_conf->outbound_conntrack, sm_id, ccount - 1, &t_state.current.server->dst_addr.sa,
debug_on && is_debug_tag_set("http") ? "http" : nullptr);
send_origin_throttled_response();

return;
} else {
Expand Down

0 comments on commit d4fc16f

Please sign in to comment.