We already use followlocation option in lhc when we want to follow the redirects: https://github.com/local-ch/lhc/blob/master/README.md#follow-redirects
This PR adds the changes that lhs takes into account this option when it's going to follow the Location header in the response.
Only minor release since the default behaviour hasn't changed.
Description
We already use
followlocation
option inlhc
when we want to follow the redirects: https://github.com/local-ch/lhc/blob/master/README.md#follow-redirects This PR adds the changes thatlhs
takes into account this option when it's going to follow theLocation
header in the response. Only minor release since the default behaviour hasn't changed.