Skip to content
  1. Jan 20, 2015
  2. Jan 19, 2015
  3. Jan 18, 2015
  4. Jan 17, 2015
  5. Jan 16, 2015
  6. Jan 15, 2015
  7. Jan 14, 2015
  8. Jan 12, 2015
    • Marc Hoersken's avatar
      curl_schannel.c: mark session as removed from cache if not freed · e9834808
      Marc Hoersken authored
      If the session is still used by active SSL/TLS connections, it
      cannot be closed yet. Thus we mark the session as not being cached
      any longer so that the reference counting mechanism in
      Curl_schannel_shutdown is used to close and free the session.
      
      Reported-by: Jean-Francois Durand
      e9834808