Download raw body.
vmd: convert to imsg_get_fd()
Claudio Jeker <cjeker@diehard.n-r-g.com> writes: > vmd is doing a lot of fd passing so this diff is far more complex then any > other daemon (apart from smtpd). > > I did not manage to figure out if proc_forward_imsg() needs to forward fds > or not. So I took the save route and forward with imsg_get_fd(). > I don't think it does, but will need to double check. > Works with my very basic use of vmd. Reads fine to me. ok dv@
vmd: convert to imsg_get_fd()