Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fire SniCompletionEvent as soon as the SNI hostname was selected #644

Merged
merged 2 commits into from
Jan 24, 2024

Conversation

normanmaurer
Copy link
Member

Motivation:

We did fire the SniCompletionEvent only once we were done with the handshake which is not really the correct time to do this. We should fire the event as soon as we were able to process the client hello and selected the hostname.

Modifications:

  • Fire the event as soon as we select the hostname

Result:

Fire the event at the correct time

Motivation:

We did fire the SniCompletionEvent only once we were done with the handshake which is not really the correct time to do this. We should fire the event as soon as we were able to process the client hello and selected the hostname.

Modifications:

- Fire the event as soon as we select the hostname

Result:

Fire the event at the correct time
@normanmaurer normanmaurer added this to the 0.0.56.Final milestone Jan 23, 2024
@normanmaurer normanmaurer merged commit c8e1f81 into main Jan 24, 2024
14 checks passed
@normanmaurer normanmaurer deleted the sni_event branch January 24, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant