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

Fixes #171 #172

Merged
merged 1 commit into from Feb 20, 2023
Merged

Fixes #171 #172

merged 1 commit into from Feb 20, 2023

Conversation

ghost
Copy link

@ghost ghost commented Feb 15, 2023

  • Changed func (packets.Properties).Decode to return the total count of Properties bytes
    including VBI header bytes.
  • Updated all invocations of (packets.Properties).Decode to use the changed return value directly.
  • Updated func TestDecodeProperties to check the changed return value

@coveralls
Copy link

Pull Request Test Coverage Report for Build 4191988197

  • 17 of 17 (100.0%) changed or added relevant lines in 2 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.04%) to 98.55%

Files with Coverage Reduction New Missed Lines %
server.go 2 99.43%
Totals Coverage Status
Change from base Build 4148542410: -0.04%
Covered Lines: 5098
Relevant Lines: 5173

💛 - Coveralls

Copy link
Collaborator

@mochi-co mochi-co left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me - a very elegant solution!
Thank you very much for this @ffa500!

@ghost
Copy link
Author

ghost commented Feb 24, 2023

Thanks so much for incorporating the patch!

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