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

by Jasmine, (7164 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?

locked

Complete thread: