Skip to content

Commit

Permalink
catching up the type change
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Apr 3, 2024
1 parent dc5a656 commit b8f2268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/h2c-client.hs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ main = do
exitFailure
runTCPClient serverName port $ runHTTP2Client host
where
cliconf host = defaultClientConfig{authority = C8.pack host}
cliconf host = defaultClientConfig{authority = host}
runHTTP2Client host s =
E.bracket
(allocSimpleConfig s 4096)
Expand Down

0 comments on commit b8f2268

Please sign in to comment.