Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly abort server connection for stale response
When Tempesta forwards stale response, it free original response and replace it with new one from the cache then drops connection with upstream server. However, Tempesta continues to process input skbs and call `tfw_http_resp_process()` for them, that may lead to crash. To prevent that just mark connection with `Conn_Stop` flag .
- Loading branch information