Commit f114caca authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

- T. Bharath pointed out that we seed SSL on every connect, which is a time-

  consuming operation that should only be needed to do once. We patched
  libcurl to now only seed on the first connect when unseeded. The seeded
  status is global so it'll now only happen once during a program's life time.
parent 9468c9c7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment