Revision c2eb8c4...
Go back to digest for 30th October 2011Bug Fixes in KDE Base
Dawit Alemayehu committed changes in [kdelibs/KDE/4.7] kioslave/http/http.cpp:
If m_request.isKeepAlive flag is false and the request has to be retried, e.g.
in case of HTTP authentication, then make sure the isKeepAlive flag is reset to
true since we have already carried out what the server requested and closed the
previous connection.
Otherwise, proxied connections that rely on authentication scheme that requires
persistent connection such as NTLM will fail.
FIXED-IN: 4.7.3
File Changes
Modified 1 files
- kioslave/http/http.cpp
1 files changed in total