I have the same problem why nginx doesn&#39;t support etag?<br><br><div class="gmail_quote">2009/6/10 bit bull <span dir="ltr">&lt;<a href="http://bitbull.cn">bitbull.cn</a>@<a href="http://gmail.com">gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">hi, all:<br>
<br>
       sorry for my pool english. I write a filter, it need get<br>
etag(http header) from proxied server. But I cant get etag in<br>
r-&gt;upstream.headers_in-&gt;etag, so I added<br>
<br>
&quot;#if (NGX_HTTP_MYMODULE)<br>
    { ngx_string(&quot;ETag&quot;),<br>
                 ngx_http_upstream_process_header_line, 1,<br>
                 ngx_http_upstream_copy_header_line<br>
                 offsetof(ngx_http_headers_out_t, etag), 1 },<br>
#endif<br>
&quot;<br>
<br>
to ngx_http_upstream.c:ngx_http_upstream_headers_in[].<br>
<br>
<br>
         It&#39;s work. but I worry about it will make some bugs, because<br>
I dont know why nginx not supported this.<br>
<br>
         who can tell me something about this or nginx will supported<br>
this in future?<br>
<br>
        thanks very much.<br>
<br>
wengjy<br>
<br>
</blockquote></div><br>