mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 21:34:46 +02:00
Tidy up http_sync_port error check
This commit is contained in:
@@ -7,6 +7,7 @@ Version 71:
|
|||||||
* Check trailers in test
|
* Check trailers in test
|
||||||
* Fix buffer overflow handling for string_body and mutable_body
|
* Fix buffer overflow handling for string_body and mutable_body
|
||||||
* Concept check in basic_dynamic_body
|
* Concept check in basic_dynamic_body
|
||||||
|
* Tidy up http_sync_port error check
|
||||||
|
|
||||||
WebSockets:
|
WebSockets:
|
||||||
|
|
||||||
|
@@ -295,7 +295,6 @@ private:
|
|||||||
{
|
{
|
||||||
// Give the derived class a chance to do stuff
|
// Give the derived class a chance to do stuff
|
||||||
if(ec && ec != beast::errc::not_connected)
|
if(ec && ec != beast::errc::not_connected)
|
||||||
if(ec)
|
|
||||||
return fail("shutdown", ec);
|
return fail("shutdown", ec);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user