beast/example/http/server
Damian Jarek 3817fb4c94 Fix data race in http server examples
When using `beast::tcp_stream`, the user must make sure that async operations
are initiated from within the strand associated with the stream.

Signed-off-by: Damian Jarek <damian.jarek93@gmail.com>
2019-10-06 07:52:13 -07:00
..
async Fix data race in http server examples 2019-10-06 07:52:13 -07:00
async-ssl Fix data race in http server examples 2019-10-06 07:52:13 -07:00
coro Replace uses of net::spawn with asio::spawn 2019-06-19 17:53:35 +02:00
coro-ssl Replace uses of net::spawn with asio::spawn 2019-06-19 17:53:35 +02:00
fast Remove redundant dependencies in http/server/fast example 2019-05-27 20:18:21 +02:00
flex Fix data race in http server examples 2019-10-06 07:52:13 -07:00
small Use steady_timer type 2019-05-20 15:34:21 +02:00
stackless Fix data race in http server examples 2019-10-06 07:52:13 -07:00
stackless-ssl Fix data race in http server examples 2019-10-06 07:52:13 -07:00
sync Check defined(BOOST_MSVC) 2019-03-29 20:42:44 -07:00
sync-ssl Check defined(BOOST_MSVC) 2019-03-29 20:42:44 -07:00
CMakeLists.txt Refactor all examples: 2017-08-07 20:53:11 -07:00
Jamfile Remove lowest_layer, add get_lowest_layer (API Change): 2019-02-01 04:31:13 -08:00