1. 16 Dec, 2018 1 commit
  2. 14 Dec, 2018 5 commits
  3. 13 Dec, 2018 7 commits
  4. 12 Dec, 2018 5 commits
  5. 11 Dec, 2018 9 commits
  6. 09 Dec, 2018 4 commits
  7. 08 Dec, 2018 1 commit
    • Johannes Schindelin's avatar
      Upon HTTP_1_1_REQUIRED, retry the request with HTTP/1.1 · d997aa0e
      Johannes Schindelin authored
      This is a companion patch to cbea2fd2
      
       (NTLM: force the connection to
      HTTP/1.1, 2018-12-06): with NTLM, we can switch to HTTP/1.1
      preemptively. However, with other (Negotiate) authentication it is not
      clear to this developer whether there is a way to make it work with
      HTTP/2, so let's try HTTP/2 first and fall back in case we encounter the
      error HTTP_1_1_REQUIRED.
      
      Note: we will still keep the NTLM workaround, as it avoids an extra
      round trip.
      
      Daniel Stenberg helped a lot with this patch, in particular by
      suggesting to introduce the Curl_h2_http_1_1_error() function.
      
      Closes #3349
      
      Signed-off-by: default avatarJohannes Schindelin <johannes.schindelin@gmx.de>
      d997aa0e
  8. 07 Dec, 2018 3 commits
  9. 06 Dec, 2018 3 commits
  10. 05 Dec, 2018 2 commits