[webkit-reviews] review requested: [Bug 31140] [Qt] Allow setting HTTP headers with empty value in XMLHTTPRequest : [Attachment 42518] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 4 13:57:05 PST 2009


Yael <yael.aharon at nokia.com> has asked	for review:
Bug 31140: [Qt] Allow setting HTTP headers with empty value in XMLHTTPRequest
https://bugs.webkit.org/show_bug.cgi?id=31140

Attachment 42518: Patch
https://bugs.webkit.org/attachment.cgi?id=42518&action=review

------- Additional Comments from Yael <yael.aharon at nokia.com>
This patch converts the header value from null string to empty string before
passing the header to QtNetwork. QtNetwork would add headers with empty
strings, but not with null strings.


More information about the webkit-reviews mailing list