Open hrishavkmr opened 3 years ago
Hmm strange.
If you wait >60 seconds before re-enabling, does it go through successfully?
No
Tested with a https
server, works fine. the issue is only with http
server.
i looked into the code. In second case(Bad Username/password error), the file descriptor(fd) value here is 0.
the issue is when i try to login with wrong password, the connection fails and i get the login error which is expected. After this, even if i enter the correct password, the login fails and i get the following error Error in the debug window in second case(Bad username/password)
socket: invalid state: 3 (should be: 2)
After i restart the pidgin everything works fine.