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

SendStream::stopped requires move #175

Open
kyori19 opened this issue May 2, 2024 · 0 comments
Open

SendStream::stopped requires move #175

kyori19 opened this issue May 2, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@kyori19
Copy link

kyori19 commented May 2, 2024

In WTransport, SendStream::stopped is defined as stopped(self) while Quinn defined it as stopped(&mut self).
I think it can be safely changed to &mut self.

@BiagioFesta BiagioFesta self-assigned this May 3, 2024
@BiagioFesta BiagioFesta added enhancement New feature or request good first issue Good for newcomers labels May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants