Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Krizhanovsky <ak@tempesta-tech.com>
  • Loading branch information
ttaym and krizhanovsky authored May 5, 2022
1 parent ed3f7d7 commit e50dc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fw/http.c
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ tfw_http_conn_on_hold(TfwSrvConn *srv_conn)

BUG_ON(!(TFW_CONN_TYPE(srv_conn) & Conn_Srv));
return ((req_sent && tfw_http_req_is_nip(req_sent))
|| test_bit(TFW_CONN_B_UNSCHED, &srv_conn->flags));
|| tfw_srv_conn_unscheduled(srv_conn));
}

/*
Expand Down

0 comments on commit e50dc91

Please sign in to comment.