Skip to content
  1. Aug 25, 2014
    • Daniel Stenberg's avatar
      disconnect: don't touch easy-related state on disconnects · 898808fa
      Daniel Stenberg authored
      This was done to make sure NTLM state that is bound to a connection
      doesn't survive and gets used for the subsequent request - but
      disconnects can also be done to for example make room in the connection
      cache and thus that connection is not strictly related to the easy
      handle's current operation.
      
      The http authentication state is still kept in the easy handle since all
      http auth _except_ NTLM is connection independent and thus survive over
      multiple connections.
      
      Bug: http://curl.haxx.se/mail/lib-2014-08/0148.html
      Reported-by: Paras S
      898808fa
  2. Aug 22, 2014
  3. Aug 21, 2014
  4. Aug 20, 2014
  5. Aug 19, 2014
  6. Aug 18, 2014
  7. Aug 17, 2014
  8. Aug 16, 2014
  9. Aug 15, 2014
  10. Aug 14, 2014
  11. Aug 13, 2014
  12. Aug 12, 2014