rgrinberg has quit [Quit: Leaving.]
rgrinberg has joined #mirage
rgrinberg has quit [Quit: Leaving.]
AltGr has joined #mirage
brson has quit [Quit: leaving]
tlockney is now known as tlockney_away
<seangrove> Hey all, trying to run Cohttp as a server behind nginx, I'm seeing "upstream prematurely closed connection while reading response header from upstream"
<seangrove> Is that not a use case that Cohttp supports?
<seangrove> It could obviously be an issue with my code, but it's just copied/pasted from the example in the cohttp repo
rgrinberg has joined #mirage
rgrinberg has quit [Quit: Leaving.]
rgrinberg has joined #mirage
philtom has joined #mirage
philtom has quit [Ping timeout: 244 seconds]
hhugo has joined #mirage
andreas1 has joined #mirage
hhugo has quit [Quit: Leaving.]
andreas has quit [Ping timeout: 245 seconds]
andreas1 has quit [Ping timeout: 272 seconds]
andreas has joined #mirage
reynir has joined #mirage
andreas has quit [Quit: Leaving.]
hhugo has joined #mirage
thomasga has joined #mirage
andreas has joined #mirage
andreas has quit [Client Quit]
andreas has joined #mirage
djs55 has joined #mirage
djs55 has quit [Client Quit]
djs55 has joined #mirage
hhugo has quit [Quit: Leaving.]
hhugo has joined #mirage
thomasga has quit [Quit: Leaving.]
dsheets has joined #mirage
thomasga has joined #mirage
hhugo has quit [Quit: Leaving.]
avsm has joined #mirage
hhugo has joined #mirage
thomasga has quit [Quit: Leaving.]
hhugo has quit [Quit: Leaving.]
hhugo has joined #mirage
hhugo has quit [Quit: Leaving.]
AltGr has left #mirage [#mirage]
thomasga has joined #mirage
thomasga has quit [Quit: Leaving.]
avsm1 has joined #mirage
dsheets has quit [Ping timeout: 244 seconds]
avsm has quit [Ping timeout: 244 seconds]
avsm1 has quit [Client Quit]
yomimono has joined #mirage
hhugo has joined #mirage
hhugo has quit [Quit: Leaving.]
dsheets has joined #mirage
djs55 has quit [Quit: Leaving.]
rgrinberg has quit [Quit: Leaving.]
hhugo has joined #mirage
djs55 has joined #mirage
thomasga has joined #mirage
hhugo has quit [Quit: Leaving.]
tlockney_away is now known as tlockney
thomasga has quit [Ping timeout: 272 seconds]
andreas has quit [Quit: Leaving.]
hhugo has joined #mirage
hhugo has quit [Quit: Leaving.]
rgrinberg has joined #mirage
thomasga has joined #mirage
brson has joined #mirage
jonludlam has quit [Quit: Coyote finally caught me]
rgrinberg has quit [Quit: Leaving.]
<seangrove> I've been playing around with Cohttp with the hopes of getting to Mirage stuff, but struggling through OCaml syntax (also going through Real World OCaml). Is #ocaml the best place to ask for help on cleaning up snippets of code?
<yomimono> seangrove: #ocaml is generally much more active than this channel :)
<yomimono> seangrove: I often see folks getting code advice there although I've never tried asking about cleanups there myself.
<seangrove> yomimono: Heh, just a question about cleaning up a let binding, 3-line type of stuff
rgrinberg has joined #mirage
hhugo has joined #mirage
<seangrove> If I've opam installed mirage, and I run `mirage configure --unix`, and get an `Error: Unbound value conduit_direct`, where should I look for the culprit?
<seangrove> In utop #list;;, I see conduit, conduit.async, and conduit.lwt
yomimono has quit [Ping timeout: 272 seconds]
dsheets has quit [Ping timeout: 272 seconds]
hhugo has quit [Quit: Leaving.]
avsm has joined #mirage
rgrinberg has quit [Quit: Leaving.]
avsm1 has joined #mirage
avsm has quit [Read error: Connection reset by peer]
tlockney is now known as tlockney_away
avsm1 has quit [Quit: Leaving.]
rgrinberg has joined #mirage
tlockney_away is now known as tlockney
jonludlam has joined #mirage
tlockney is now known as tlockney_away
seangrove has quit [Ping timeout: 260 seconds]
tlockney_away is now known as tlockney
dsheets has joined #mirage
fmu has quit [Quit: End of line]
fmu has joined #mirage
rgrinberg has quit [Quit: Leaving.]
thomasga has quit [Quit: Leaving.]
kdef has joined #mirage
rgrinberg has joined #mirage
seangrove has joined #mirage
andreas has joined #mirage
andreas1 has joined #mirage
andreas has quit [Ping timeout: 260 seconds]
thomasga has joined #mirage
dsheets has quit [Ping timeout: 240 seconds]
rgrinberg has quit [Quit: Leaving.]
dsheets has joined #mirage
hnrgrgr has joined #mirage
thomasga has quit [Quit: Leaving.]
thomasga has joined #mirage
dsheets has quit [Read error: Connection reset by peer]
jonludlam has quit [Quit: Coyote finally caught me]
rgrinberg has joined #mirage
andreas1 has quit [Quit: Leaving.]
andreas has joined #mirage
andreas has quit [Client Quit]
djs55 has quit [Quit: Leaving.]
hhugo has joined #mirage
thomasga has quit [Quit: Leaving.]
thomasga has joined #mirage
thomasga has quit [Quit: Leaving.]
hhugo has quit [Quit: Leaving.]
hhugo has joined #mirage
hhugo has quit [Client Quit]
<seangrove> This is the only reference I can find to conduit_direct that's not applying it https://github.com/mirage/mirage/blob/master/lib/mirage.ml#L1473