On Sat, Sep 15, 2012 at 7:38 PM, dark knight <[email protected]> wrote: > Oh my God! Sorry for my mistakes! > my main question is: how to create a HTTP-1.0 request by net.socket or > http.request?
With net.Socket, just write the raw request. You can't create HTTP/1.0 requests with http.request(), it's always HTTP/1.1. -- 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
