Hi there,

I'm getting "Parse Error" exceptions - run either of the following in the 
node repl, Ubuntu and OSX:

// Fails in node 0.8.22
require('http').get('http://spmason.com/favicon.ico');

// Fails in node 0.8 and 0.9.12
require('http').get('http://spmason.com/icon.png');

Any ideas?  Everything I've found seems to suggest an issue with http 
headers (they look fine to me), or keep-alives (this is only running one 
request though).

Thanks,
Steve

-- 
-- 
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to