From 9537821f3f486f5176affc7d4f51328c23efd48f Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Wed, 30 Aug 2017 11:50:29 -0700 Subject: Send remote address to go application. --- src/nxt_router.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nxt_router.c') diff --git a/src/nxt_router.c b/src/nxt_router.c index 62e1f3a9..97d6dada 100644 --- a/src/nxt_router.c +++ b/src/nxt_router.c @@ -2934,6 +2934,7 @@ nxt_go_prepare_msg(nxt_task_t *task, nxt_app_request_t *r, nxt_app_wmsg_t *wmsg) } NXT_WRITE(&h->version); + NXT_WRITE(&r->remote); NXT_WRITE(&h->host); NXT_WRITE(&h->cookie); -- cgit