kde-open5 bug help needed

Andrea Scarpino scarpino at kde.org
Tue May 9 15:06:58 BST 2017


On Tue, May 9, 2017 at 3:14 PM, Albert Astals Cid <aacid at kde.org> wrote:
> The problem I think is that you need to make the slave aware that it should
> not do the redirection, i.e.
>   void redirection(const QUrl &_url);
> should turn into
>   bool redirection(const QUrl &_url);
>
> And then on http.cpp set m_isRedirection to false if redirection(u); returns
> false so that mimeType(m_mimeType); is called down that function because we're
> not doing redirection anymore.

Aaah, great!

> Do you feel like trying to hack that on?

Yes, I'll hack on it and let you know. Thank you Albert!

-- 
Andrea




More information about the kde-core-devel mailing list