Skip to content

Expose tcp connection notify for usage with already open TCP connections #12

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

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

mfelsche
Copy link

The main use case is to have another piece of code do the initial handshake and use this libary only for the websocket frame handling. Example can be seen here: ponylang/http_server#75

Happy to clean this up and remove the version bump. Just wanted to put this up here for discussion.

by removing the --verify cli flag

and upgrade to openssl 3.0.x
when an initial TCP packet arrived which was bigger than what is usually expected, the parser is always lagging behind
the data it has buffered, as there was only one go through the frame decoder per packet and not as many as we have data in our input buffer.
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