Skip to content

Conversation

znz
Copy link
Member

@znz znz commented Oct 31, 2024

This PR improves some codes that I found when I was adding RBS.

  • Remove an unused instance variable.
  • Fix some typos.
  • req.addr and req.peeraddr initialize [] instead of nil, so those types can be non-nil.
  • v1, v2 = split(sep) should be v1, v2 = split(sep, 2).

@ioquatix ioquatix merged commit cb93ef8 into master Nov 5, 2024
38 checks passed
@ioquatix ioquatix deleted the fix-bugs-and-improve branch November 5, 2024 04:01
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.

2 participants