Re: [twsocket] Http Server problem

2006-07-26 Thread Francois PIETTE
> version that i download in 2004, but when change to ICS V5 i see that my Probably the support of HTTP V1.1 make the difference. Usually when the client wait forever, it is because using HTTP 1.1 you have a mismatch between ContentLength and the actual content size (smaller) sent by your server

Re: [twsocket] Http Server problem

2006-07-26 Thread Jose Alberto Ortega Rojas
Hi Francois thanks by your answer i test and, in the call stack window only show, Tapplication.HandleMessage Tapplication.Run cobhttpd (my application name) i do the following, in the eventHttpServer1HttpRequestDone i put THttpConnection(Client).Close; and try, and my explorer now work f

Re: [twsocket] Http Server problem

2006-07-26 Thread Francois PIETTE
> My server receive the form data, and process external > programs WIN32 EXE's with this data, it could be the reason? Probably not but it depends on your code. When the client is waiting for ever, using Delphi debugger, pause the program and look at the call stack to know where it is and try to

[twsocket] Using ICS to access Amazon S3 storage service.

2006-07-26 Thread Colin Meeks
Has anybody used ICS to upload and download files from the new Amazon S3 storage service. I'm assuning I would use ICS using the REST api as opposed to the SOAP api. Is it just a matter of constructing REST requests using HEAD, GET and PUT and using the HTTP ICS component? All help appreciated. C

[twsocket] Http Server problem

2006-07-26 Thread Jose Alberto Ortega Rojas
Hi, this is my first post and have bad english, sorry i have a tiny webserver app, with ics, yesterday update the ics component suite to V5, but my server work strange when i send a a FORM request, my client explorer it remains waiting for as if never it finished and when i click in another link