Hello everyone,I have had this problem for a little while but I don't understand if I'm am not using correctly the HTTP struct, or if it is a library bug.
Hear is my code: http://pastebin.com/Pgx7bqumI get a segfault on exit in the destructor calling std.net.curl.Curl.shutdown()
Workarounds that I found are : - call http.shutdown() before the end of main - make http static