mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-14 10:39:35 -04:00
Always release socket to allow consecutive HTTPS connections
This commit is contained in:
parent
a0ebbf997d
commit
86f2c9d350
1 changed files with 6 additions and 8 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue