mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37: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().
|
||||
* Extend Drone MSVC tests.
|
||||
* Fix MSVC build error.
|
||||
|
@ -292,7 +292,6 @@ private:
|
||||
if (request_deadline_.expiry() <= std::chrono::steady_clock::now())
|
||||
{
|
||||
// Close socket to cancel any outstanding operation.
|
||||
beast::error_code ec;
|
||||
socket_.close();
|
||||
|
||||
// Sleep indefinitely until we're given a new deadline.
|
||||
|
Reference in New Issue
Block a user