Re: [Cppcms-users] Strange bug on reading files to response().out()
Brought to you by:
artyom-beilis
|
From: Artyom <art...@ya...> - 2010-10-20 21:18:16
|
Looks like I found the bug, working on it.
Artyom
> On 64bit, this code will read the file specified by path to the browser
> that requests it, as it seems without matters of size (or perhaps I did
> not try to send a file which was large enough), on 32bit and with larger
> files, like e.g. the jquery.js of the jQuery library, it sents only part
> of the file (file is interrupted abruptly) and closes connection,
|