On Feb 19, 2014, at 03:09, Le Hoa Binh <[email protected]> wrote:
> I use a PC with 2 LAN network (2 ISP) but it's not working. It only uses 1 > line. > But when I try with my lap use 1 LAN and 1 Wifi (still 2 ISP). It works. > What's the problem??? If you mean that the entire PC (i.e. the operating system and other programs) is unable to recognize a 2nd network card then you'll have to figure that out yourself. If you mean that the PC and other programs are able to see the 2nd network card, but only your nodejs program is not, then please show the code of your nodejs program so that we can help you debug it. > This log is in the PC > In my lap, it shows npm get 200 not 304 HTTP status code 200 means "ok" (i.e. the server delivered a successful response to you) Code 304 means "not changed" (i.e. the file did not change on the server since the last time you requested it) Neither of these indicate that anything is wrong. -- -- 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.
