-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 0.0.2
-
Component/s: None
-
None
The connection.New function currently handles configuring the connection for TLS directly inline. This clutters up the function and makes it more difficult to understand. Break the functionality to configure a connection for TLS into it's own function and call that from connection.New.