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(codec): Fix buffer decode panic on full #43

Merged
merged 2 commits into from
Oct 4, 2019
Merged

Conversation

LucioFranco
Copy link
Member

This is a naive fix for the buffer growing beyond capacity
and producing a panic. Ideally, we should do a better job
of not having to allocate for new messages by using
a link list.

Related to #32

This is a naive fix for the buffer growing beyond capacity
and producing a panic. Ideally we should do a better job
of not having to allocate for new messages by using
a link list.
@LucioFranco LucioFranco merged commit ed3e7e9 into master Oct 4, 2019
@LucioFranco LucioFranco deleted the lucio/fix-decode branch October 4, 2019 23:17
brentalanmiller pushed a commit to brentalanmiller/tonic that referenced this pull request Oct 6, 2023
brentalanmiller pushed a commit to brentalanmiller/tonic that referenced this pull request Oct 6, 2023
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