Closed
Bug 868588
Opened 12 years ago
Closed 12 years ago
Don't use res.end() after res.send()
Categories
(Webmaker Graveyard :: Thimble, defect)
Webmaker Graveyard
Thimble
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jon, Assigned: jon)
Details
(Whiteboard: s=2013w19)
Attachments
(1 file)
This code pattern will work fine locally, but cause errors running on staging/prod due to the load balancer in between the client and the server.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #745348 -
Flags: review?(pomax)
Comment on attachment 745348 [details] [review]
https://github.com/mozilla/thimble.webmaker.org/pull/45
nice catches, I thought we'd removed all of those
Attachment #745348 -
Flags: review?(pomax) → review+
Comment 3•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/thimble.webmaker.org
https://github.com/mozilla/thimble.webmaker.org/commit/1a665e86da61cd8fab57e0ebbf4c9dfb0df56af2
Fix Bug 868588 - Don't use res.end()
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Attachment mime type: text/plain → text/x-github-pull-request
You need to log in
before you can comment on or make changes to this bug.
Description
•