mirror of
https://github.com/bobbimanners/emailler.git
synced 2026-04-21 10:16:36 +00:00
d2d5edca44
The HTTP callback is explicitly allowed to send the HTTP response on its own and set the carry to signal that. Therefore it seems reasonable to export httpd_send_response to allow the HTTP callback to make use of the given infrastructure to send the HTTP response.