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