Re: [twsocket] [PATCH] HttpSrv: Fix in THttpRangeStream for incomplete reads

2012-08-21 Thread Tobias Rapp
Angus Robertson - Magenta Systems Ltd wrote: > OK, both V7 and V8 are updated with your fix, and the 'nightly' zips > updated early. > > I also added another web server fix that previously was only in V8. Great. Thanks, Tobias -- To unsubscribe or change your settings for TWSocket mailing l

Re: [twsocket] [PATCH] HttpSrv: Fix in THttpRangeStream for incomplete reads

2012-08-21 Thread Angus Robertson - Magenta Systems Ltd
> > Thanks, the V8 repository will be updated this morning. > Nice. Any chance the patch could also be applied to V7 (trunk)? OK, both V7 and V8 are updated with your fix, and the 'nightly' zips updated early. I also added another web server fix that previously was only in V8. Angus -- To u

Re: [twsocket] [PATCH] HttpSrv: Fix in THttpRangeStream for incomplete reads

2012-08-21 Thread Tobias Rapp
Angus Robertson - Magenta Systems Ltd wrote: > Thanks, the V8 repository will be updated this morning. Nice. Any chance the patch could also be applied to V7 (trunk)? Regards, Tobias -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin

[twsocket] OT: XE3 and beyond

2012-08-21 Thread Angus Robertson - Magenta Systems Ltd
Embarcadero has published a blog detailing the forthcoming XE3 release, and specifically that FireMonkey iOS/Android mobile platform development will not be supported in the initial XE3 release, but added with a service pack later. http://blogs.embarcadero.com/jtembarcadero/2012/08/20/xe3-and-bey

Re: [twsocket] [PATCH] HttpSrv: Fix in THttpRangeStream for incomplete reads

2012-08-21 Thread Angus Robertson - Magenta Systems Ltd
>> The included patch fixes this bug. It would be great if you could > consider including the patch in the upstream version of ICS. Thanks, the V8 repository will be updated this morning. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.

[twsocket] [PATCH] HttpSrv: Fix in THttpRangeStream for incomplete reads

2012-08-21 Thread Tobias Rapp
Hi, when using the HTTP server component with some custom TStream descendant together with partial GET requests I noticed that the Read method of THttpRangeStream incorrectly handles the situation where Read returns less bytes that requested. It switches to the next stream member in the list witho