Skip to content

♻️ Refactor ResponseReader #435

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

Merged
merged 1 commit into from
Apr 20, 2025
Merged

♻️ Refactor ResponseReader #435

merged 1 commit into from
Apr 20, 2025

Conversation

nevans
Copy link
Collaborator

@nevans nevans commented Apr 20, 2025

Save @buff and @literal_size in ivars rather locals. This avoids the need to pass them to every method that uses them. That's not a big deal now, but it simplifies the next few changes.

Also added a missing test for empty literals: "{0}\r\n".

This avoids the need to pass these to every method that uses them.
That's not a big deal now, but it simplifies the next few changes.

Also added a missing test for empty literals: "{0}\r\n"
@nevans nevans merged commit b32b675 into master Apr 20, 2025
37 checks passed
@nevans nevans deleted the refactor-response_reader branch April 20, 2025 00:49
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