mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 09:24:55 +02:00
style fix
This commit is contained in:
parent
b0026b6a1c
commit
c943727354
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user