From: Matt T. <mat...@gm...> - 2010-06-03 23:37:25
|
Heya Dean, > Yes, I'm working on it at the moment. On the 0.7-devel branch, I shall > be pushing soon a fix that allows users to define the > BOOST_NETWORK_NO_HTTPS .... Great, thanks for this! But have you considered making HTTPS an opt-in feature instead? So you'd have to define BOOST_NETWORK_HTTPS to *allow* HTTPS connections. I'm not of a strong opinion either way but, in particular, I suspect that the most common complaint we'll face from devs new to cpp-netlib is that "the code doesn't compile" because they didn't know to add a #define or a dependency to OpenSSL. Cheers, Matt |