<div dir="ltr">Hi,<div><br></div><div>Thank You!<br><div><br></div><div>yes i am able to write successfully but while reading i am not getting the my written value in header.</div><div><br></div><div>for Example from my source code:-I am writing  "<span style="color:rgb(80,0,80);font-size:12.8px">thisitestvalue" value against  key </span>"<span style="color:rgb(80,0,80);font-size:12.8px">Set-Cookie" but if trying to read </span><span style="color:rgb(80,0,80);font-size:12.8px">value against</span><span style="color:rgb(80,0,80);font-size:12.8px"> key </span>"<span style="color:rgb(80,0,80);font-size:12.8px">Set-Cookie"  not getting .</span></div><div><br><div><br></div><div><br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 21, 2016 at 1:08 AM, Francis Daly <span dir="ltr"><<a href="mailto:francis@daoine.org" target="_blank">francis@daoine.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, Apr 20, 2016 at 12:54:13PM +0530, Pankaj Chaudhary wrote:<br>
<br>
Hi there,<br>
<br>
</span><span class="">> >>But your code snippet does not match exactly the types and return values<br>
> >>of that example. I don't know if that is something worth investigating.<br>
><br>
> I have tried to change match exactly the types and return values<br>
> of that example. but below is response curl: (52) Empty reply from server<br>
<br>
</span>> ngx_int_tset_custom_header_in_headers_out(ngx_http_request_t *r,<br>
> ngx_str_t *key, ngx_str_t *value) {<br>
<snip><br>
<br>
The code snippet you show seems to relate to writing your own http<br>
headers.<br>
<span class=""><br>
> below is "curl -i" response<br>
><br>
> HTTP/1.1 200 OK<br>
> Server: nginx/1.9.12<br>
> Date: Wed, 20 Apr 2016 15:25:20 GMT<br>
> Content-Type: text/plain<br>
> Content-Length: 14<br>
> Connection: keep-alive<br>
> cookie: thisitestvalue<br>
> user_agent: 10.9 user<br>
> get-rese: Cookie<br>
<br>
</span>The "curl" output you show seems to show your own http headers being<br>
successfully written.<br>
<br>
So it looks like what you have shown, is working.<br>
<br>
That's good.<br>
<div class="HOEnZb"><div class="h5"><br>
        f<br>
--<br>
Francis Daly        <a href="mailto:francis@daoine.org">francis@daoine.org</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br></div>