Skip to content

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

Open
mfelsche wants to merge 8 commits into
oraoto:masterfrom
mfelsche:expose-tcp-connection-notify
Open

Expose tcp connection notify for usage with already open TCP connections#12
mfelsche wants to merge 8 commits into
oraoto:masterfrom
mfelsche:expose-tcp-connection-notify

Conversation

@mfelsche

Copy link
Copy Markdown

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