https://bugs.kde.org/show_bug.cgi?id=382375
--- Comment #1 from Harald Sitter <sit...@kde.org> --- Git commit 03c1144efc5fc9ddfb7322defdc28153a4e010c2 by Harald Sitter. Committed on 13/08/2019 at 09:56. Pushed by sitter into branch '2.1'. unbreak http request Summary: there was a missing space before the HTTP version qualifier, missing a space there makes the request random garbage as far as the spec (and in fact most server impls) are concerned and result in broken webseeds as servers may respond with literally anything seeing as we've made a request with random garbage Test Plan: server starts responding to requests according to wireshark captures Reviewers: stikonas Reviewed By: stikonas Differential Revision: https://phabricator.kde.org/D23110 M +1 -1 src/download/httpconnection.cpp https://commits.kde.org/libktorrent/03c1144efc5fc9ddfb7322defdc28153a4e010c2 -- You are receiving this mail because: You are watching all bug changes.