[Webkit-unassigned] [Bug 24349] [Qt] HTTP status text is never set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 7 05:08:50 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=24349





------- Comment #3 from zecke at selfish.org  2009-03-07 05:08 PDT -------
(From update of attachment 28263)

> +        response.setHTTPStatusText(m_reply->attribute(QNetworkRequest::HttpReasonPhraseAttribute).toByteArray().constData());

this is weird...
QString -> QByteArray -> constData -> String when we have a QString -> String
already...


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list