I'm sending a GET request to my Node.js server from my C++ application using Microsoft's cpprest lib. I've managed to get the size of the content and a json response from the server on Windows, but when I try the same code on Linux (from another computer), my application doesn't get to the json portion of the code.
I can't seem to think of possibilities that explain why this could happen. It's not like the code doesn't work. I get to the part where I get the size of the content, but on Linux that's as far as it goes.
I'll include the code below and how I'm compiling on my Linux system. By the way, linux is running on a Raspberry Pi. Hope I explained myself well :S