Home
last modified time | relevance | path

Searched hist:345 (Results 1 – 1 of 1) sorted by last modified time

/unit/src/
H A Dnxt_router.cdiff 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.