Revision 742809

Go back to digest for 2nd December 2007

Bug Fixes in KDE Base

Maks Orlovich committed changes in /trunk/KDE/kdelibs/kio/kio/tcpslavebase.cpp:

Make TCPSlaveBase::waitForResponse match its documentation and its KDE3 semantics:
return true if connection got closed on us.

The change in behavior caused the http I/O slave to think that the other end was not responding in any reasonable time (hard failure) while it was merely closing a persistent connection, where we should retry. Fixes frequent "timeout on server" errors when browsing

File Changes

Modified 1 files
  • /trunk/KDE/kdelibs/kio/kio/tcpslavebase.cpp
1 files changed in total