We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04bb5c commit 7036a34Copy full SHA for 7036a34
Network/HTTP2/Client.hs
@@ -24,7 +24,7 @@
24
-- > main :: IO ()
25
-- > main = runTCPClient serverName "80" $ runHTTP2Client serverName
26
-- > where
27
--- > cliconf host = defaultClientConfig { authority = C8.pack host }
+-- > cliconf host = defaultClientConfig { authority = host }
28
-- > runHTTP2Client host s = E.bracket (allocSimpleConfig s 4096)
29
-- > freeSimpleConfig
30
-- > (\conf -> run (cliconf host) conf client)
0 commit comments