ikod / dlang-requests

dlang http client library inspired by python-requests
Boost Software License 1.0
154 stars 32 forks source link

Remove console error messages for libssl and libcrypto #94

Closed michael-fadely closed 5 years ago

michael-fadely commented 5 years ago

On this line, an error is printed to the console when libssl fails to load. I have no need for libssl and deliberately do not include it, so I would prefer that the library did not print to the console.

As an alternative, perhaps either a build target could be provided that explicitly excludes libssl (or includes; whichever), or a method could be implemented to confirm manually that libssl is loaded.

ikod commented 5 years ago

hello @michael-fadely

Thanks for report, will look how to make it better.

regards

ikod commented 5 years ago

Hello @michael-fadely

should be fixed it master branch. Can you,please, check it?

michael-fadely commented 5 years ago

Sorry for the delay. This is a fine solution. Thank you!