diff options
author | Max Romanov <max.romanov@nginx.com> | 2017-08-30 11:50:29 -0700 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2017-08-30 11:50:29 -0700 |
commit | 9537821f3f486f5176affc7d4f51328c23efd48f (patch) | |
tree | 6001f9529a7ba65941bc98e6b4662725e79c23ff /src/nxt_router.c | |
parent | 9791b09ce35ca982cb04152847938124bb293cac (diff) | |
download | unit-9537821f3f486f5176affc7d4f51328c23efd48f.tar.gz unit-9537821f3f486f5176affc7d4f51328c23efd48f.tar.bz2 |
Send remote address to go application.
Diffstat (limited to '')
-rw-r--r-- | src/nxt_router.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |