[webkit-reviews] review granted: [Bug 15701] The curl http backend does not deal properly with redirects : [Attachment 16899] Implement http redirect support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 27 23:20:43 PDT 2007


Adam Roben <aroben at apple.com> has granted Alp Toker <alp at atoker.com>'s request
for review:
Bug 15701: The curl http backend does not deal properly with redirects
http://bugs.webkit.org/show_bug.cgi?id=15701

Attachment 16899: Implement http redirect support
http://bugs.webkit.org/attachment.cgi?id=16899&action=edit

------- Additional Comments from Adam Roben <aroben at apple.com>
+	     String location = d->m_response.httpHeaderField("location");

Don't you need to pass in "Location" to match the case of the header name?

r=me


More information about the webkit-reviews mailing list