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!: Remove strict TokioIo response requirement from hyper_boring::v1::HttpsConnector #305

Merged
merged 1 commit into from
Dec 7, 2024

Conversation

PaulDance
Copy link
Contributor

Closes #295. Should probably follow after #304. Requires breaking changes as well.

hyper-boring/src/v1.rs Outdated Show resolved Hide resolved
…oring::v1::HttpsConnector`

Closes cloudflare#295.

Signed-off-by: Paul Mabileau <[email protected]>
@PaulDance PaulDance force-pushed the hyper1-remove-tokioio branch from 9223c4a to ca35238 Compare December 7, 2024 03:08
@PaulDance
Copy link
Contributor Author

Having the ability to run the CI would be quite useful at this point, please.

@PaulDance PaulDance requested a review from kornelski December 7, 2024 04:08
@PaulDance PaulDance marked this pull request as ready for review December 7, 2024 16:26
@PaulDance
Copy link
Contributor Author

Thanks! Since this will conflict with #304 that needs to be changed, I guess the current PR can be merged as-is and conflicts will be resolved in the other one after rebasing.

@kornelski kornelski merged commit e518c24 into cloudflare:master Dec 7, 2024
23 checks passed
@PaulDance PaulDance deleted the hyper1-remove-tokioio branch December 7, 2024 20:28
@PaulDance
Copy link
Contributor Author

Cool, thanks!

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.

Remove strict type requirement of TokioIo in v1::HttpsConnector?
2 participants