Re: [twsocket] ics udp

2013-07-05 Thread Angus Robertson - Magenta Systems Ltd
> hi, i'm using Twsocket and ics component on delphi xe4, i wanted to > know if some one had a demo example that explain how to send and > receive image from the client to the server > (Timage-->stream-->Timage) through UDP. Thanks in advance Generally not a good idea to use UDP for sending dat

[twsocket] ics udp

2013-07-05 Thread Michele Carone
hi, i'm using Twsocket and ics component on delphi xe4, i wanted to know if some one had a demo example that explain how to send and receive image from the client to the server (Timage-->stream-->Timage) through UDP. Thanks in advance Michele -- To uns

Re: [twsocket] HTTP server keep-alive timeout aborts GET request

2013-07-05 Thread Angus Robertson - Magenta Systems Ltd
> Attached is a patch file to highlight my changes I asked you to email it privately, most of the hundreds on the mailing list won't need it, also attachments are usually stripped. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi

Re: [twsocket] HTTP server keep-alive timeout aborts GET request

2013-07-05 Thread Tobias Rapp
Angus Robertson - Magenta Systems Ltd wrote: > I added hcSendData a year ago, because initially the state was reset to > hcRequest before any data was sent, which caused a problem when blank > lines were sent after a request. > > State is not currently changed when a request ends because it's no