Skip to content

Use futures in synchronous request() methods

Jens Moeller requested to merge JensMoeller/Simple-Web-Server:issue_290 into master

Use futures in synchronous request() methods instead of running the I/O server. Use a dedicated thread and dummy work for the I/O server when using an internal I/O context.

Merge request reports