Searched refs:client_ip_fields (Results 1 – 1 of 1) sorted by relevance
340 nxt_array_t *client_ip_fields; in nxt_http_request_forward() local353 client_ip_fields = nxt_array_create(r->mem_pool, 1, in nxt_http_request_forward()355 if (nxt_slow_path(client_ip_fields == NULL)) { in nxt_http_request_forward()360 client_ip_fields = NULL; in nxt_http_request_forward()366 if (client_ip_fields != NULL in nxt_http_request_forward()373 fields = nxt_array_add(client_ip_fields); in nxt_http_request_forward()393 if (client_ip_fields != NULL) { in nxt_http_request_forward()394 nxt_http_request_forward_client_ip(r, forward, client_ip_fields); in nxt_http_request_forward()