mirror of
https://github.com/pocoproject/poco.git
synced 2025-07-03 17:17:12 +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);
|
resolvedURI.setUserInfo(username + ":" + password);
|
||||||
authorize = false;
|
authorize = false;
|
||||||
}
|
}
|
||||||
delete pSession; pSession = 0;
|
delete pSession;
|
||||||
|
pSession = 0;
|
||||||
++redirects;
|
++redirects;
|
||||||
retry = true;
|
retry = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user