forked from boostorg/beast
Fix http_server_stackless_ssl.cpp example
fix #1210 Write to self_.stream_ instead of the socket_ directly
This commit is contained in:
committed by
Vinnie Falco
parent
e23ecc8ac9
commit
ba4bdfed71
@@ -249,7 +249,7 @@ class session
|
||||
|
||||
// Write the response
|
||||
http::async_write(
|
||||
self_.socket_,
|
||||
self_.stream_,
|
||||
*sp,
|
||||
boost::asio::bind_executor(
|
||||
self_.strand_,
|
||||
|
||||
Reference in New Issue
Block a user