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

Refactor(ffi): remove the "raw" headers option in C API #3002

Merged

Conversation

dannasman
Copy link
Contributor

Hello,
Solution proposal for issue #2995.

@dannasman dannasman force-pushed the remove_raw_headers_option_capi branch from 752f9aa to 2d2461a Compare October 3, 2022 20:44
@seanmonstar
Copy link
Member

Thanks for the PR! I think we could also remove the related parts in proto... I'm surprised it doesn't give a warning about it being unused in CI.

@dannasman
Copy link
Contributor Author

Oh I see. So the whole raw headers option should be removed (like the title of the issue suggests) not just the functions hyper_clientconn_options_headers_raw() and hyper_response_headers_raw()?

@seanmonstar
Copy link
Member

Yes, there's no other reason for that internal code to exist.

Remove the remaining parts related to "raw" headers option.
Copy link
Member

@seanmonstar seanmonstar left a comment

Choose a reason for hiding this comment

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

Superb, thank you!

@seanmonstar seanmonstar merged commit 89048f4 into hyperium:master Oct 5, 2022
@dannasman dannasman deleted the remove_raw_headers_option_capi branch October 7, 2022 06:49
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