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

use MaybeUninit type for header parsing. #107

Merged
merged 1 commit into from
Apr 26, 2022

Conversation

fakeshadow
Copy link
Contributor

use MaybeUninit type for parsing headers and header indices recording.
This would bump MSRV to 1.55 as MaybeUninit::write is a safe API stabled at this version. If maintaining current MSRV is important I can make further change and extract the unsafe api under hood.

@RalfJung
Copy link

You can probably use hyperium/hyper#2545 as a model for these changes, since it looks like the code is very similar.

@fafhrd91 fafhrd91 merged commit 114a7b6 into ntex-rs:master Apr 26, 2022
@fafhrd91
Copy link
Member

thanks

@fakeshadow fakeshadow deleted the http1/decoder_soundness branch April 26, 2022 01:04
wpbrown added a commit to wpbrown/ntex that referenced this pull request Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants