Skip to content
Snippets Groups Projects
  1. Jun 23, 2020
  2. Jun 22, 2020
  3. Jun 21, 2020
  4. Jun 19, 2020
  5. Jun 18, 2020
  6. Jun 17, 2020
  7. Jun 16, 2020
  8. Jun 15, 2020
    • Daniel Stenberg's avatar
      http: move header storage to Curl_easy from connectdata · e15e5138
      Daniel Stenberg authored
      Since the connection can be used by many independent requests (using
      HTTP/2 or HTTP/3), things like user-agent and other transfer-specific
      data MUST NOT be kept connection oriented as it could lead to requests
      getting the wrong string for their requests. This struct data was
      lingering like this due to old HTTP1 legacy thinking where it didn't
      mattered..
      
      Fixes #5566
      Closes #5567
      e15e5138
  9. Jun 13, 2020
  10. Jun 12, 2020
  11. Jun 10, 2020
  12. Jun 09, 2020
Loading