hello,

because apache can not handle decoded url correctly, i try to develop
url decoding at vcl_recv.
but when i try to use VRT_r_req_url(sp), it return truncated url when
inputed url consists white space.
for example:
inputed request : http://adomain/q?word1 word2
output of VRT_r_req_url: http://adomain/q?word1
how i can get the full url from VRT_r_req_url ?

many thanks in advance.
dwi.

_______________________________________________
varnish-misc mailing list
[email protected]
http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to