MrScout has quit [Remote host closed the connection]
MrScout has joined #mirage
rgrinberg has quit [Quit: Leaving.]
_whitelogger has joined #mirage
jonludlam has quit [Ping timeout: 258 seconds]
jgjl has joined #mirage
djs55 has joined #mirage
nojb has joined #mirage
dsheets has joined #mirage
nojb has quit [Quit: nojb]
nojb has joined #mirage
avsm has joined #mirage
djs55 has quit [Quit: Leaving.]
jgjl has quit [Ping timeout: 245 seconds]
jonludlam has joined #mirage
avsm has quit [Quit: Leaving.]
andreas1 has joined #mirage
AltGr has left #mirage [#mirage]
avsm has joined #mirage
avsm1 has joined #mirage
avsm has quit [Ping timeout: 255 seconds]
jonludlam has quit [Ping timeout: 244 seconds]
jonludlam has joined #mirage
yomimono has joined #mirage
nojb has quit [Quit: nojb]
<hannes>
I tried conduit with a client connection (Client.get from cohttp) -- it fails (without notice) while resolving http (using getservbyname) Lwt_unix.getservbyname name "tcp" >>= fun s ->
<hannes>
(in resolver_lwt_unix.ml) -- any hints?
<avsm1>
printf? :)
<hannes>
yeah, doing printfs all the way down
<hannes>
also, Lwt_unix.getservbyname "http" "tcp" works fine in utop
<hannes>
(while in conduit I don't see any further output -- neither after the getservbyname, nor in the Lwt.catch handler)
<avsm1>
mmm
<avsm1>
add hooks for CONDUIT_DEBUG=1 btw
<avsm1>
its there for some things but not others
<avsm1>
might as well make it comprehensive
<avsm1>
like cohtp
djs55 has joined #mirage
<avsm1>
back later: file a bug if you cant get past that one hannes
avsm1 has quit [Quit: Leaving.]
larhat1 has quit [Quit: Leaving.]
<hannes>
aha, all good.. forgot the Lwt_main.run ...