On Tue, May 9, 2017 at 3:14 PM, Albert Astals Cid <aa...@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