Generic async DNS calls with multiple results

2021-05-09 Thread Stephen R. van den Berg
I'm writing a generic HTTP server and will probably be writing a full-fledged SMTP server as well (queueing messages in a database, automatic DKIM signage, full MX-DNS support with retries and automatic fallback/backoff for recipient servers that don't allow many recipients or many connections or

Shuffler and HTTP.Server (Re: HTTP server regression)

2021-05-09 Thread Stephen R. van den Berg
Martin Nilsson (Coppermist) @ Pike (-) developers forum wrote: >My testcase works now. Thanks. You might want to try using the Shufflerised Server.Request mode, simply use: void httprequest(object request) { request->set_mode(Protocols.HTTP.Server.Request.SHUFFLER); ... } I'm using that in