Bug 100689 - buildHTTPHeaders() should use a StringBuilder.appendLiteral() for separator
Summary: buildHTTPHeaders() should use a StringBuilder.appendLiteral() for separator
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-29 10:43 PDT by Michael Saboff
Modified: 2012-10-29 12:59 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.73 KB, patch)
2012-10-29 11:58 PDT, Michael Saboff
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2012-10-29 10:43:22 PDT
Per comment #6 in bug 100580 (https://bugs.webkit.org/show_bug.cgi?id=100580#c6), the appending of the separator should use appendLiteral(": ").
Comment 1 Michael Saboff 2012-10-29 11:58:06 PDT
Created attachment 171286 [details]
Patch
Comment 2 WebKit Review Bot 2012-10-29 12:59:45 PDT
Comment on attachment 171286 [details]
Patch

Clearing flags on attachment: 171286

Committed r132841: <http://trac.webkit.org/changeset/132841>
Comment 3 WebKit Review Bot 2012-10-29 12:59:48 PDT
All reviewed patches have been landed.  Closing bug.