Skip to content

Commit

Permalink
global name changed
Browse files Browse the repository at this point in the history
Signed-off-by: David Kral <[email protected]>
  • Loading branch information
Verdent committed Oct 18, 2024
1 parent 1c7c8c1 commit ea9c21f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Http1ClientImpl implements Http1Client, HttpClientSpi {
Config config = GlobalConfig.config();
return Http1ClientConfig.builder()
.servicesDiscoverServices(false)
.config(config.get("http1-client"))
.config(config.get("client"))
.buildPrototype();
});

Expand Down

0 comments on commit ea9c21f

Please sign in to comment.