diff options
author | Max Romanov <max.romanov@nginx.com> | 2017-10-04 15:00:35 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2017-10-04 15:00:35 +0300 |
commit | 730f5a9dd9b3674246d06d18e05c8899e018ef5f (patch) | |
tree | c4769942a0510eb5f802e4c1845dceaca2d3588b /src/nxt_port.h | |
parent | a4b5b5d45d26077ac822b25d5d26f58661c02dcf (diff) | |
download | unit-730f5a9dd9b3674246d06d18e05c8899e018ef5f.tar.gz unit-730f5a9dd9b3674246d06d18e05c8899e018ef5f.tar.bz2 |
Using request mem pool for req<->app link.
Request <-> application link structure (nxt_req_app_link_t) used to register
the request in application request queue (nxt_app_t.requests) and generate
application-specific port message.
Now it is allocated from request pool. This pool created for request parsing
and used to allocate and store information specific to this request.
Diffstat (limited to 'src/nxt_port.h')
0 files changed, 0 insertions, 0 deletions