Using disk file to store large request body.
This closes #386 on GitHub.
This commit is contained in:
@@ -103,6 +103,7 @@ struct nxt_unit_request_info_s {
|
||||
|
||||
nxt_unit_buf_t *content_buf;
|
||||
uint64_t content_length;
|
||||
int content_fd;
|
||||
|
||||
void *data;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user