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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 9 02:41:07 PDT 2009


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





------- Comment #6 from zecke at selfish.org  2009-03-09 02:41 PDT -------
I only looked at the Qt site of things and:

grep -rn HttpReasonPhraseAttribute *

qnetworkaccesscachebackend.cpp:81:   
setAttribute(QNetworkRequest::HttpReasonPhraseAttribute,
attributes.value(QNetworkRequest::HttpReasonPhraseAttribute));
qnetworkaccesshttpbackend.cpp:772:   
setAttribute(QNetworkRequest::HttpReasonPhraseAttribute,
httpReply->reasonPhrase());
qnetworkaccesshttpbackend.cpp:890:   
setAttribute(QNetworkRequest::HttpReasonPhraseAttribute,
attributes.value(QNetworkRequest::HttpReasonPhraseAttribute));
qnetworkaccesshttpbackend.cpp:1039:       
attributes.insert(QNetworkRequest::HttpReasonPhraseAttribute,
httpReply->reasonPhrase());
qnetworkrequest.cpp:116:    \value HttpReasonPhraseAttribute
qnetworkrequest.h:67:        HttpReasonPhraseAttribute,


and reasonPhrase() is a QString coming from:

qhttp.h:    QString reasonPhrase() const;
qhttpnetworkconnection_p.h:    QString reasonPhrase() const;


so what am I missing?


-- 
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