-
Notifications
You must be signed in to change notification settings - Fork 3
Rework tls_filter #9
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
base: master
Are you sure you want to change the base?
Conversation
|
UPD: Sometimes it hangs. Investigating. |
|
@icing now it works fine.. Could you take a look on that? Used this doc to refactor it.. |
|
Ah, forgot to describe. Also it fixes bug with websocket session. If I send frame 427Kb, it will be closed immediately. |
|
These changes are larger than I expected. I added basic websocket test cases in #11 and we need to reproduce the problems we try to fix there. Without test cases, this would be fragile. |
* add websocket test cases * add websockets to python requirements
|
removed some debug logs, what was treat as error |
Resolves #8
Maybe it is not the best solution, but it works :D
Big chunk works, small chunks also works.
Optimized tls_filter interaction with rustls: improved read operation management, non-blocking handling, and full-duplex connection support (WebSocket).