mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 11:05:03 +02:00
style fix
This commit is contained in:
@@ -132,7 +132,8 @@ std::istream* HTTPSStreamFactory::open(const URI& uri)
|
||||
resolvedURI.setUserInfo(username + ":" + password);
|
||||
authorize = false;
|
||||
}
|
||||
delete pSession; pSession = 0;
|
||||
delete pSession;
|
||||
pSession = 0;
|
||||
++redirects;
|
||||
retry = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user