mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-27 23:07:11 -05:00
Always release socket to allow consecutive HTTPS connections
This commit is contained in:
parent
a0ebbf997d
commit
86f2c9d350
@ -62,7 +62,6 @@ public:
|
||||
}
|
||||
|
||||
void initializeSocket() {
|
||||
if ( isocket.isOpen() ) {
|
||||
// no need to reconnect. do nothing and simply return
|
||||
if ( ikeepAlive )
|
||||
return;
|
||||
@ -70,7 +69,6 @@ public:
|
||||
// close previous connection now!
|
||||
// instead being called by emitted disconnected signal
|
||||
release();
|
||||
}
|
||||
|
||||
ikeepAlive = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user