On 12/03/2014 01:12, Alex Rousskov wrote:
>--- src/http.cc 2014-03-07 15:40:37.945321671 +0200
>+++ src/http.cc 2014-03-07 15:41:36.853321533 +0200
>@@ -2106,7 +2106,7 @@
>      Http::ProtocolVersion httpver(1,1);
>      const char * url;
>      if (_peer && !_peer->options.originserver)
>-        url = entry->url();
>+        url = urlCanonical(request);
>      else
>          url = request->urlpath.termedBuf();
>      mb->Printf("%s %s %s/%d.%d\r\n",
Aswered my question regarding the issue from when I was asking about it.
+1

Eliezer

Reply via email to