> 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 is only supported if Server Options includes hoContentEncoding, and the
result is within the size limits allowed, not too small or large. 

Use the event ContentEncode to check if the content is being compressed, you
can do it yourself by sending a pre-compressed file. 

Angus

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to