1. 29 Mar, 2020 2 commits
    • Stan Hu's avatar
      Merge branch 'wc-httio-accept-encoding' into 'master' · 8e8c6a26
      Stan Hu authored
      Don't send 'accept-encoding' header in HttpIO
      
      Closes #212609
      
      See merge request gitlab-org/gitlab!28239
      8e8c6a26
    • Will Chandler's avatar
      Don't use 'accept-encoding' in HttpIO requests · 7647af6f
      Will Chandler authored
      Net::HTTP does not automatically decompress requests sent with a
      range header, as is done by HttpIO#request, causing the body of
      any gzipped responses to be unreadable.
      
      This change removes the 'accept-encoding' header from requests sent
      by HttpIO, ensuring responses are not gzipped.
      7647af6f
  2. 28 Mar, 2020 6 commits
  3. 27 Mar, 2020 32 commits