> So, do I need to do the same for PostDocument? The webserver example
> uses PostDocument and PostedData.

Yes, you have to handle the different methods yourself, although HEAD and
GET can use the same handle, just don't send any data with HEAD.

> The PostDocument event in the demo requires the Flag parameter to 
> be set to Flags := hgAcceptData 

That effectively means end of request and close connection if no
KeepAlive with no response the client. 

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