[twsocket] Not all data sent via THTTPServer being received in Chrome, Firefox, RESTClient

2013-08-07 Thread Paul Read - nSolve Ltd
Hi I can successfully send small amounts of data in response to a GET through THttpServer but large amounts (around 10Kb) seem to contain the first 10% of the data in the last 10% position (very approx). I see the same effect using Chrome, Firefox and RESTClient (not checked with IE yet). I ca

Re: [twsocket] Not all data sent via THTTPServer being received in Chrome, Firefox, RESTClient

2013-08-07 Thread Angus Robertson - Magenta Systems Ltd
> I call SendStream() on the connection having created the full > DocStream It is usual to set the stream, then: Flags = hgSendStream so the component does the hard work. > To be honest I don't know (am struggling to assert) whether the > data is being gzip or not before it is sent. Gzip i

Re: [twsocket] Not all data sent via THTTPServer being received in Chrome, Firefox, RESTClient

2013-08-07 Thread Paul Read - nSolve Ltd
Cheers Angus I changed to hgSendStream and remove the duplicate SendStream call I was making (probably the cause of the issue) and it works fine now. gzip investigations next - ta for the pointer Mega thanks for the quick reply Paul On 07/08/2013 12:48, Angus Robertson - Magenta Systems Lt