Searched hist:345 (Results 1 – 1 of 1) sorted by relevance
/unit/src/ |
H A D | nxt_router.c | diff 345:04a80660766c Wed Oct 04 12:00:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Fixed error generation during request processing.
Request can be processed in thread different from the thread where the connection originally handled.
Because of possible racing conditions, using original connection structures is unsafe. To solve this, error condition is registered in 'ra' (request <-> application link) and traversed back to original connection thread where the error message can be generated and send back to client.
|