• Show log

    Commit

  • Hash : 7142964f
    Author : Josh Bleecher Snyder
    Date : 2019-12-13T10:56:19

    netops: handle intact query parameters in service_suffix removal Some servers leave the query parameters intact in the Location header when responding with a redirect. The service_suffix removal check as written assumed that the server removed them. Handle both cases. Along with PR #5325, this fixes #5321. There are two new tests. The first already passed; the second previously failed.