--
--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
---
You received this message because you are subscribed to a topic in the Google Groups "nodejs" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/nodejs/FWcUXFAKqiY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to nodejs+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Here is the terminal output:
Last login: Tue Dec 24 19:20:19 on console
MacPro-2:~ davidold$ cd /Users/davidold/Downloads/MyTurn-master
MacPro-2:MyTurn-master davidold$ node nodejs_server.js
Express server listening on port 3000 in development mode
info - socket.io started
http.js:704
throw new Error('Can\'t set headers after they are sent.');
^
Error: Can't set headers after they are sent.
at ServerResponse.OutgoingMessage.setHeader (http.js:704:11)
at ServerResponse.res.setHeader (/Users/davidold/Downloads/MyTurn-master/node_modules/express/node_modules/connect/lib/patch.js:62:20)
at /Users/davidold/Downloads/MyTurn-master/node_modules/express/node_modules/connect/lib/middleware/static.js:168:11
at Object.oncomplete (fs.js:107:15)
MacPro-2:MyTurn-master davidold$
Console:
24-12-13 19:24:24 [0x0-0x1a01a].com.google.Chrome[347] [353:263:1224/192424:ERROR:base_feature_provider.cc(122)] manifestTypes: Allowing web_page contexts requires supplying a value for matches.
24-12-13 19:24:24 [0x0-0x1a01a].com.google.Chrome[347] [351:263:1224/192424:ERROR:base_feature_provider.cc(122)] manifestTypes: Allowing web_page contexts requires supplying a value for matches.
24-12-13 19:24:25 [0x0-0x1a01a].com.google.Chrome[347] [347:26883:1224/192425:ERROR:base_feature_provider.cc(122)] manifestTypes: Allowing web_page contexts requires supplying a value for matches.
24-12-13 19:24:35 [0x0-0x1a01a].com.google.Chrome[347] [357:263:1224/192435:ERROR:base_feature_provider.cc(122)] manifestTypes: Allowing web_page contexts requires supplying a value for matches.
24-12-13 19:26:27 [0x0-0x1a01a].com.google.Chrome[347] [361:263:1224/192627:ERROR:base_feature_provider.cc(122)] manifestTypes: Allowing web_page contexts requires supplying a value for matches.
dss
Hi greelgorke,
Thank you for your input.
i think you're right on the money. However, i need to re-run the load test (which may take a while) to see if that is really the case.
Two questions:
> ... that the proxy module write some headers already, and then your
> code in the proxyError event handler again?
Where did you get the clue about "then your code in the proxyError event handler"? Did you get from the following line in the stack trace:
at process._tickDomainCallback (node.js:459:13)