Skip to content

Commit

Permalink
fixing the client example.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Nov 15, 2024
1 parent a04bb5c commit 7036a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Network/HTTP2/Client.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
-- > main :: IO ()
-- > main = runTCPClient serverName "80" $ runHTTP2Client serverName
-- > where
-- > cliconf host = defaultClientConfig { authority = C8.pack host }
-- > cliconf host = defaultClientConfig { authority = host }
-- > runHTTP2Client host s = E.bracket (allocSimpleConfig s 4096)
-- > freeSimpleConfig
-- > (\conf -> run (cliconf host) conf client)
Expand Down

0 comments on commit 7036a34

Please sign in to comment.