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

fix empty twcc packet unmarshalling #110

Merged
merged 1 commit into from
Nov 19, 2021
Merged

fix empty twcc packet unmarshalling #110

merged 1 commit into from
Nov 19, 2021

Conversation

kevmo314
Copy link
Contributor

Description

Add a test case for empty TWCC packets.

@kevmo314 kevmo314 requested a review from adwpc November 18, 2021 05:05
@kevmo314 kevmo314 changed the title fix empty twcc packet fix empty twcc packet unmarshalling Nov 18, 2021
@codecov
Copy link

codecov bot commented Nov 18, 2021

Codecov Report

Merging #110 (abaa7f5) into master (5804f5f) will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #110   +/-   ##
=======================================
  Coverage   72.45%   72.45%           
=======================================
  Files          20       20           
  Lines        1285     1285           
=======================================
  Hits          931      931           
  Misses        268      268           
  Partials       86       86           
Flag Coverage Δ
go 72.45% <0.00%> (ø)
wasm 72.45% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
transport_layer_cc.go 67.37% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5804f5f...abaa7f5. Read the comment docs.

Currently empty twcc packets fail unmarshalling because they are too
short. These packets aren't actually invalid, however.
@Sean-Der
Copy link
Member

🔥 nice, thanks @kevmo314

@Sean-Der Sean-Der merged commit a4508c4 into master Nov 19, 2021
@Sean-Der Sean-Der deleted the empty-twcc branch November 19, 2021 03:30
@Sean-Der
Copy link
Member

@kevmo314 want me to tag rtcp and other repos? You have the perms if you want too yourself!

@kevmo314
Copy link
Contributor Author

@kevmo314 want me to tag rtcp and other repos? You have the perms if you want too yourself!

I can do it :)

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