Re: Response.body and file content different? (General questions)
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:
- Response.body and file content different? - teddy1969, 2005-09-22, 13:17
- Re: Response.body and file content different? - wodSupport, 2005-09-22, 13:24
- Re: Response.body and file content different? - teddy1969, 2005-09-22, 13:43
- Re: Response.body and file content different? - wodSupport, 2005-09-22, 13:49
- Re: Response.body and file content different? - teddy1969, 2005-09-22, 16:29
- Re: Response.body and file content different? - wodSupport, 2005-09-23, 05:58
- Re: Response.body and file content different? - teddy1969, 2005-09-22, 16:29
- Re: Response.body and file content different? - wodSupport, 2005-09-22, 13:49
- Re: Response.body and file content different? - teddy1969, 2005-09-22, 13:43
- Re: Response.body and file content different? - wodSupport, 2005-09-22, 13:24