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

refactor: rename error local variables #1738

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

alexandear
Copy link
Contributor

@alexandear alexandear commented Mar 19, 2024

The PR improves code by renaming the error variables to more meaningful names:

  • err1 -> errf (error during flush);
  • err2 -> errc (error during close);
  • err1 -> errw (error during write).

@erikdubbelboer erikdubbelboer merged commit bbc7bd0 into valyala:master Mar 25, 2024
13 of 15 checks passed
@erikdubbelboer
Copy link
Collaborator

Thanks!

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.

None yet

2 participants