Searched refs:client_ip_fields (Results 1 – 1 of 1) sorted by relevance
346 nxt_array_t *client_ip_fields; in nxt_http_request_forward() local359 client_ip_fields = nxt_array_create(r->mem_pool, 1, in nxt_http_request_forward()361 if (nxt_slow_path(client_ip_fields == NULL)) { in nxt_http_request_forward()366 client_ip_fields = NULL; in nxt_http_request_forward()372 if (client_ip_fields != NULL in nxt_http_request_forward()379 fields = nxt_array_add(client_ip_fields); in nxt_http_request_forward()399 if (client_ip_fields != NULL) { in nxt_http_request_forward()400 nxt_http_request_forward_client_ip(r, forward, client_ip_fields); in nxt_http_request_forward()