Re: Response.body and file content different? - WeOnlyDo Discussion board

Re: Response.body and file content different? (General questions)

by wodSupport, Thursday, September 22, 2005, 13:24 (6800 days ago) @ teddy1969

Teddy,

I would say this is almost impossible, since Body property is just a wrapper arround the file. We don't keep data in the memory, we write it to a file as it arrives. When you access Body, we read the file and present it as string.

It is possible that this conversion is invalid, perhaps when you use non-English OS?


Complete thread: