Home
last modified time | relevance | path

Searched refs:body (Results 76 – 86 of 86) sorted by relevance

1234

/unit/
H A DCHANGES253 *) Bugfix: some Perl applications failed to process the request body,
665 *) Bugfix: receiving request body over TLS connection might have
753 *) Feature: support for multipart requests body in Java module.
813 body.
847 application tried to read request body after request.end() was
947 *) Feature: configuration of the request body size limit.
957 *) Bugfix: requests with body data might be handled incorrectly in PHP
988 produce EOF when the whole body was read.
1011 header or body.
1054 *) Bugfix: in reading client request body; the bug had appeared in 0.3.
[all …]
H A DCODE_OF_CONDUCT.md7 our community a harassment-free experience for everyone, regardless of age, body
/unit/src/
H A Dnxt_http_proxy.c301 out = peer->body; in nxt_http_proxy_send_body()
304 peer->body = NULL; in nxt_http_proxy_send_body()
H A Dnxt_http_request.c849 if (r->body != NULL && nxt_buf_is_file(r->body) in nxt_http_request_close_handler()
850 && r->body->file->fd != -1) in nxt_http_request_close_handler()
852 nxt_fd_close(r->body->file->fd); in nxt_http_request_close_handler()
854 r->body->file->fd = -1; in nxt_http_request_close_handler()
H A Dnxt_controller.c2483 nxt_buf_t *b, *body; in nxt_controller_response() local
2586 body = nxt_buf_mem_alloc(c->mem_pool, size, 0); in nxt_controller_response()
2587 if (nxt_slow_path(body == NULL)) { in nxt_controller_response()
2594 body->mem.free = nxt_conf_json_print(body->mem.free, value, &pretty); in nxt_controller_response()
2596 body->mem.free = nxt_cpymem(body->mem.free, "\r\n", 2); in nxt_controller_response()
2612 b->next = body; in nxt_controller_response()
2636 nxt_buf_mem_used_size(&body->mem)); in nxt_controller_response()
H A Dnxt_http.h123 nxt_buf_t *body; member
138 nxt_buf_t *body; member
H A Dnxt_router.c5239 nxt_buf_t *buf, *body; in nxt_router_app_prepare_request() local
5279 body = req_rpc_data->request->body; in nxt_router_app_prepare_request()
5281 if (body != NULL && nxt_buf_is_file(body)) { in nxt_router_app_prepare_request()
5282 req_rpc_data->msg_info.body_fd = body->file->fd; in nxt_router_app_prepare_request()
5284 body->file->fd = -1; in nxt_router_app_prepare_request()
5613 for (b = r->body; b != NULL; b = b->next) { in nxt_router_prepare_msg()
/unit/src/wasm-wasi-component/
H A DCargo.lock645 name = "http-body"
655 name = "http-body-util"
663 "http-body",
690 "http-body",
1627 "http-body",
1628 "http-body-util",
1941 "http-body",
1942 "http-body-util",
/unit/test/
H A Dtest_upstreams_rr.py401 resps[client.post(body='0123456789')['status'] % 10] += 1
H A Dconftest.py390 body=json.dumps({"listeners": {}, "applications": {}}),
/unit/docs/
H A Dunit-openapi.yaml3030 Unit's [request body read timeout]
3433 Unit's [request body size limit]
6158 description: "Maximum number of seconds to read data from the body of
6191 description: "Maximum number of bytes in the body of a

1234