mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-29 22:17:53 +01:00
Remove trailing whitespace (#3668)
This commit is contained in:
@@ -174,7 +174,7 @@ int HTTPSClientSession::read(char* buffer, std::streamsize length)
|
||||
try
|
||||
{
|
||||
return HTTPSession::read(buffer, length);
|
||||
}
|
||||
}
|
||||
catch(SSLConnectionUnexpectedlyClosedException&)
|
||||
{
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user