I have developed a Webservice in C++, which receive streams from STDIN via POST and saves it to a file. If there is no CR LF in the stream, IIS read the stream from stdin perfectly on IIS webserver. But if there is a CR LF inside the stream, the following code example hang on. On Apache Webserver it...