Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

fix rpc http connector #677

Merged
merged 2 commits into from
Sep 15, 2023
Merged

fix rpc http connector #677

merged 2 commits into from
Sep 15, 2023

Conversation

MarinPostma
Copy link
Contributor

@MarinPostma MarinPostma commented Sep 15, 2023

The tls was misconfigured for the server after the networking refactor.

I needed to patch hyper_rustls to do that, so I have opened a PR there: rustls/hyper-rustls#221

@MarinPostma MarinPostma force-pushed the fix-rpc-http-connector branch 3 times, most recently from 64f1928 to 98febc3 Compare September 15, 2023 09:53
@MarinPostma MarinPostma force-pushed the fix-rpc-http-connector branch from 34b3eed to 082ba41 Compare September 15, 2023 13:16
hyper::server::Server::builder(acceptor)
.serve(h2c)
.await
.context("http server")?;
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this context gonna hide the error lol? Same with the one below?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it's ok, this one is a top-level error, it will show up on the console

Copy link
Contributor

@LucioFranco LucioFranco left a comment

Choose a reason for hiding this comment

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

I left one comment I think we should address then we can merge

@MarinPostma MarinPostma force-pushed the fix-rpc-http-connector branch from 082ba41 to f5454e3 Compare September 15, 2023 13:55
@MarinPostma MarinPostma added this pull request to the merge queue Sep 15, 2023
Merged via the queue into main with commit 0560d3b Sep 15, 2023
@MarinPostma MarinPostma deleted the fix-rpc-http-connector branch September 15, 2023 14:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants