summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_router_request.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-03-17Fixing body fd access racing condition.Max Romanov1-0/+1
To avoid closing the body fd prematurely, the fd value is moved from the request struct to the app link. The body fd should not be closed immediately after the request is sent to the application due to possible request rescheduling.
2019-08-20Introducing websocket support in router and libunit.Max Romanov1-0/+71