martinayotte wrote:Try to print the "buffer" to figure out what is following the header.
If body is there after "\r\n\r\n", print "respota" to see if header removal code is good.
Found the Cookie Problem!
When i compile a code without a Cookie in Node, its fine.
I think this a line received:
set-cookie: connect.sid=s%3AKJSXpQ1dOtgu8XTteynEASas_aI-FtVr.DLrNz1oF0NYKnONqCviYTgdoQlgE%2FdOMMrQu54W2u6Q; Path=/; HttpOnly
How i can fix that?