1. 13 Mar, 2019 1 commit
    • Marc Schlatter's avatar
      http: send payload when (proxy) authentication is done · dd8a19f8
      Marc Schlatter authored
      The check that prevents payload from sending in case of authentication
      doesn't check properly if the authentication is done or not.
      
      They're cases where the proxy respond "200 OK" before sending
      authentication challenge. This change takes care of that.
      
      Fixes #2431
      Closes #3669
      dd8a19f8
  2. 12 Mar, 2019 6 commits
  3. 11 Mar, 2019 2 commits
    • Daniel Stenberg's avatar
      multi: removed unused code for request retries · 0bb56392
      Daniel Stenberg authored
      This code was once used for the non multi-interface using code path, but
      ever since easy_perform was turned into a wrapper around the multi
      interface, this code path never runs.
      
      Closes #3666
      0bb56392
    • Jay Satiro's avatar
      doh: inherit some SSL options from user's easy handle · 9e6af114
      Jay Satiro authored
      - Inherit SSL options for the doh handle but not SSL client certs,
        SSL ALPN/NPN, SSL engine, SSL version, SSL issuer cert,
        SSL pinned public key, SSL ciphers, SSL id cache setting,
        SSL kerberos or SSL gss-api settings.
      
      - Fix inheritance of verbose setting.
      
      - Inherit NOSIGNAL.
      
      There is no way for the user to set options for the doh (DNS-over-HTTPS)
      handles and instead we inherit some options from the user's easy handle.
      
      My thinking for the SSL options not inherited is they are most likely
      not intended by the user for the DOH transfer. I did inherit insecure
      because I think that should still be in control of the user.
      
      Prior to this change doh did not work for me because CAINFO was not
      inherited. Also verbose was set always which AFAICT was a bug (#3660).
      
      Fixes https://github.com/curl/curl/issues/3660
      Closes https://github.com/curl/curl/pull/3661
      9e6af114
  4. 09 Mar, 2019 2 commits
  5. 08 Mar, 2019 2 commits
  6. 07 Mar, 2019 1 commit
  7. 06 Mar, 2019 1 commit
  8. 05 Mar, 2019 7 commits
  9. 04 Mar, 2019 1 commit
  10. 03 Mar, 2019 6 commits
  11. 02 Mar, 2019 5 commits
  12. 01 Mar, 2019 6 commits