On Thu, 15 Nov 2018, at 14:49, Christopher Faulet wrote:
> Le 15/11/2018 à 11:14, Dave Cottlehuber a écrit :
> > bonjour list,
> > 
> > In comparison to 1.8 (and probably 1.9b5 but I can't verify that at 
> > present) the 301 redirect seems to be handled differently. Initially I 
> > thought this was an HTTP2 issue but it 's reproducible on HTTP/1.1 as well.
> > 
> Hi Dave,
> 
> A bug was introduced in the commit 6b952c810 in the way the request's 
> uri is captured. So it exists since the 1.9-dev2. Could you test the 
> attached patch to confirm the fix ?

Merci beaucoup Christopher, it works!

> GET /api HTTP/1.1
> Host: logs.example.com
> User-Agent: curl/7.62.0
> Accept: */*
> 
< HTTP/1.1 301 Moved Permanently
< Content-length: 0
< Location: https://logs.example.com/api

A+
Dave

Reply via email to