mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 12:57:31 +02:00
Fix warning in http-server-fast
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
|
* Fix warning in http-server-fast.
|
||||||
* Parenthesise all uses of min() and max().
|
* Parenthesise all uses of min() and max().
|
||||||
* Extend Drone MSVC tests.
|
* Extend Drone MSVC tests.
|
||||||
* Fix MSVC build error.
|
* Fix MSVC build error.
|
||||||
|
@ -292,7 +292,6 @@ private:
|
|||||||
if (request_deadline_.expiry() <= std::chrono::steady_clock::now())
|
if (request_deadline_.expiry() <= std::chrono::steady_clock::now())
|
||||||
{
|
{
|
||||||
// Close socket to cancel any outstanding operation.
|
// Close socket to cancel any outstanding operation.
|
||||||
beast::error_code ec;
|
|
||||||
socket_.close();
|
socket_.close();
|
||||||
|
|
||||||
// Sleep indefinitely until we're given a new deadline.
|
// Sleep indefinitely until we're given a new deadline.
|
||||||
|
Reference in New Issue
Block a user