Closed
Bug 562931
Opened 15 years ago
Closed 15 years ago
Graph server sends an extra newline before message body, invalidating Content-Length
Categories
(Webtools Graveyard :: Graph Server, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: catlee, Assigned: catlee)
References
Details
Attachments
(1 file)
2.49 KB,
patch
|
ianbicking
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #442709 -
Flags: review?(rdoherty)
Assignee | ||
Updated•15 years ago
|
Attachment #442709 -
Flags: review?(rdoherty) → review?(ianb)
Updated•15 years ago
|
Attachment #442709 -
Flags: review?(ianb) → review+
Comment 1•15 years ago
|
||
Looks fine, though CRLF isn't really necessary: this is CGI, not HTTP, so everything gets processed before being sent, and the \r will be added then.
Assignee | ||
Comment 2•15 years ago
|
||
(In reply to comment #1)
> Looks fine, though CRLF isn't really necessary: this is CGI, not HTTP, so
> everything gets processed before being sent, and the \r will be added then.
Huh, good to know! Is that a property of apache's CGI handler, or the CGI spec?
Assignee | ||
Comment 3•15 years ago
|
||
Comment on attachment 442709 [details] [diff] [review]
Change all newlines to CRLF, and remove extra newline after headers.
Checked in as changeset: 299:e1f168c91a17
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → catlee
Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•