Home
last modified time | relevance | path

Searched refs:header_read_timeout (Results 1 – 5 of 5) sorted by relevance

/unit/src/
H A Dnxt_router.h195 nxt_msec_t header_read_timeout; member
H A Dnxt_router.c1538 offsetof(nxt_socket_conf_t, header_read_timeout),
1983 skcf->header_read_timeout = 30 * 1000; in nxt_router_conf_create()
H A Dnxt_h1proto.c542 .timer_data = offsetof(nxt_socket_conf_t, header_read_timeout),
/unit/docs/
H A Dunit-openapi.yaml3186 /config/settings/http/header_read_timeout:
3187 summary: "Endpoint for the `header_read_timeout` option in `http`"
3201 description: "OK; the `header_read_timeout` option exists in
3218 summary: "Create or overwrite the header_read_timeout option"
3219 description: "Creates or overwrites the `header_read_timeout` option
3252 summary: "Delete the header_read_timeout option"
3253 description: "Deletes the `header_read_timeout` option from
4671 header_read_timeout: 30
4935 header_read_timeout: 30
4953 header_read_timeout: 30
[all …]
/unit/
H A DCHANGES936 *) Bugfix: "header_read_timeout" might not work properly.