I'm sending a request to get an image from a webpage. I'm using C++ with winsocket and tcp http get request. I receive all the info in my char buffer but when I stream it to a file or string it's very short because there are string terminators in it. What's the best/most efficient way to deal with the escape characters?I'm sending a request to get an image from a we