Deleted Added
1
2/*
3 * Copyright (C) Igor Sysoev
4 * Copyright (C) NGINX, Inc.
5 */
6
7#ifndef _NXT_ROUTER_H_INCLUDED_
8#define _NXT_ROUTER_H_INCLUDED_

--- 173 unchanged lines hidden (view full) ---

182 nxt_msec_t body_read_timeout;
183 nxt_msec_t send_timeout;
184 nxt_msec_t proxy_timeout;
185 nxt_msec_t proxy_send_timeout;
186 nxt_msec_t proxy_read_timeout;
187
188 nxt_websocket_conf_t websocket_conf;
189
190 nxt_str_t body_temp_path;
191
192#if (NXT_TLS)
193 nxt_tls_conf_t *tls;
194#endif
195} nxt_socket_conf_t;
196
197
198typedef struct {
199 uint32_t count;

--- 37 unchanged lines hidden ---