-
-
Notifications
You must be signed in to change notification settings - Fork 629
Closed
Description
Version 1.6 introduced a unified httpc:connect()
method for connecting to a server, and deprecated the old httpc:ssl_handshake()
method.
We currently rely on the session
parameter returned from httpc:ssl_handshake()
(which is returned from tcpsock:sslhandshake) in order to make some validations on the SSL session object.
We'd love to have a way to reflect this value back to the caller of the new httpc:connect()
API.
Metadata
Metadata
Assignees
Labels
No labels