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)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: catlee, Assigned: catlee)

References

Details

Attachments

(1 file)

No description provided.
Attachment #442709 - Flags: review?(rdoherty)
Attachment #442709 - Flags: review?(rdoherty) → review?(ianb)
Attachment #442709 - Flags: review?(ianb) → review+
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.
(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?
Comment on attachment 442709 [details] [diff] [review] Change all newlines to CRLF, and remove extra newline after headers. Checked in as changeset: 299:e1f168c91a17
Depends on: 563799
Assignee: nobody → catlee
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: