JuliaWeb / GnuTLS.jl

Transport Level Security for Julia Streams provided by GnuTLS
Other
8 stars 13 forks source link

Via Requests - GnuTLS taking up 100% CPU on a get. #32

Closed sbromberger closed 9 years ago

sbromberger commented 9 years ago
using Requests
get("https://www.github.com")

is taking 100% CPU and hanging. Sample attached at https://gist.github.com/sbromberger/be217de84ec26ddab520

sbromberger commented 9 years ago

Possibly related to #21.

sbromberger commented 9 years ago

Closing out now that we've merged #36. If the behavior reoccurs, I'll open up a new issue.