Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_router.cdiff 1414:5bf805f38a40 Tue Mar 17 11:44:00 UTC 2020 Max Romanov <max.romanov@nginx.com> Fixing body fd access racing condition.

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.
H A Dnxt_router_request.hdiff 1414:5bf805f38a40 Tue Mar 17 11:44:00 UTC 2020 Max Romanov <max.romanov@nginx.com> Fixing body fd access racing condition.

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.
/unit/test/
H A Dtest_proxy.pydiff 1414:5bf805f38a40 Tue Mar 17 11:44:00 UTC 2020 Max Romanov <max.romanov@nginx.com> Fixing body fd access racing condition.

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.