diff src/core/ngx_inet.h @ 1671:8075179cae21

ngx_parse_url() saves port text, this allows to use it in proxy host header
author Igor Sysoev <igor@sysoev.ru>
date Wed, 28 Nov 2007 19:55:31 +0000
parents c68477afa410
children 74477ea8074f
line wrap: on
line diff
--- a/src/core/ngx_inet.h
+++ b/src/core/ngx_inet.h
@@ -35,6 +35,7 @@ typedef struct {
 
     ngx_str_t         url;
     ngx_str_t         host;
+    ngx_str_t         port_text;
     ngx_str_t         uri;
 
     in_port_t         port;