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

Fix documentation and also performance improvements #2

Merged
merged 4 commits into from
Dec 5, 2023
Merged

Conversation

mtelahun
Copy link
Owner

@mtelahun mtelahun commented Dec 5, 2023

No description provided.

- ensure the code snippet in README actually works
- minor doc wording changes
o use tokio::io::copy instead of rolling our own version. This led to a marked
  performance improvement in throughput
o when we receive a 0 byte read shutdown the other end of the connection. Otherwise
  we end up with both sides of the connection remaining open until the relay
  is shutdown.
- remove database related actions
- pin tarpaulin to ver. 0.22.0
@mtelahun mtelahun merged commit a80d928 into main Dec 5, 2023
4 checks passed
@mtelahun mtelahun deleted the fix-doc branch December 5, 2023 08:23
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