Fix handling of session callbacks
The session context is used for session callbacks rather than the normal context, which breaks state lookup when the context has been swapped out (e.g. for SNI). Since there isn't an accessor for the session context, we just store an extra reference in the SSL's ex data. Closes #1115
Loading
Please register or sign in to comment