D25432: Fix HTTP proxy settings
Alexander Trufanov
noreply at phabricator.kde.org
Wed Nov 20 22:41:22 GMT 2019
trufanov created this revision.
trufanov added a reviewer: meven.
Herald added a project: Frameworks.
Herald added a subscriber: kde-frameworks-devel.
trufanov requested review of this revision.
REVISION SUMMARY
After latest libKF5KIOCore.so.5.65.0 update my KTorrent has stopped to work via HTTP Proxy.
I've created a Bug here: https://bugs.kde.org/show_bug.cgi?id=414346 to make it more googleable if someone else faces with this problem now.
The bug in the line here: https://github.com/KDE/kio/commit/0911763b8f19c9fee3083e7f09382e1cde957723#diff-7d1e19d94808019256c1784b3dfc6801R2163
The method returns QVariant with type QByteArray that can't be directly converted to QStringList. It should be converted to QString and splitted.
REPOSITORY
R241 KIO
REVISION DETAIL
https://phabricator.kde.org/D25432
AFFECTED FILES
src/ioslaves/http/http.cpp
To: trufanov, meven
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20191120/82ddf614/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list