From: Divye K. <div...@gm...> - 2008-07-02 00:19:12
|
Hi, I've removed the extra \r being inserted with every http header and ensured proper newline processing for the body of the message. The only problem I'm facing is that on Windows/MSVC the actual size of a text file and the size of the transferred content don't match whereas the binary file transfer is perfect. (look at the text_file_query test) I have not been able to trace the reason for this. Is the error in my test code or in the implementation of http::client? Strangely, the same test succeeds on linux. Is it some line ending issue? Now, all the tests should run automatically (nearly) on both linux and windows. If you face any issues, please mail! Divye Kapoor -- Whether the chicken crossed the road or the road moved beneath the chicken depends upon your frame of reference. My official web site: http://people.iitr.ernet.in/shp/061305/ |