<miragebot>
mirage/master d1d9411 Anil Madhavapeddy: Plumb through Vchan peer UUID registration so that nodes can have names...
<miragebot>
mirage/master cd51aed Anil Madhavapeddy: Travis: Add a temporary shim in to build via avsm/ocaml-conduit
<miragebot>
mirage/master cb05a4d Anil Madhavapeddy: Travis: use opam 1.2.0
miragebot has left #mirage [#mirage]
thomasga has quit [Quit: Leaving.]
djs55 has quit [Quit: Leaving.]
avsm has quit [Quit: Leaving.]
thomasga has joined #mirage
djs55 has joined #mirage
dsheets has joined #mirage
andreas has joined #mirage
<larhat1>
Hi folks, I'm writing small http service with mirage and cohttp. How can I get ip addr of peer making request, inside handler func?
rgrinberg has joined #mirage
mcclurmc has joined #mirage
rgrinberg has quit [Ping timeout: 246 seconds]
<dsheets>
larhat1, i'm not seeing the plumbing i'd expect to make that possible. Please file an issue on the cohttp tracker at github.
<larhat1>
dsheets: yes, I haven't found anything either, will file the issue, thanks
thomasga has quit [Quit: Leaving.]
seangrove has joined #mirage
<dsheets>
larhat1, i think the next version of cohttp is about to be released. it's possible that the feature you require could make it into that version if you post an issue (or tell me to post an issue)
<larhat1>
dsheets: btw, is it possible to access underlying socket from request handler? for example to set some options? (may be helpful for http-streaming)
<dsheets>
larhat1, not that i know of, you could mention this in 188 in a follow-on comment (editing the original won't re-notify email recipients)
<dsheets>
these are all good ideas but deserve some careful attention to properly abstract the operating system
<dsheets>
the sockaddr info is just an oversight, though, i think
<larhat1>
dsheets: yeah, while access to underlying connection is kinda "advanced" feature, ability to retrieve peer ip address is basic features, i think. That's useful for logging purposes at least.
whirm has quit [*.net *.split]
whirm has joined #mirage
brson has joined #mirage
thomasga has joined #mirage
nojb has joined #mirage
miragebot has joined #mirage
<miragebot>
mirage/master 1c7eee0 Roma Sokolov: Fix command description in 'mirage --help' output