Re: TCP & curl-loader question
Status: Alpha
Brought to you by:
coroberti
From: Gary F. <ga...@in...> - 2008-11-01 14:46:49
|
Thanks, Robert. The URL_COMPLETION_TIMEOUT is set to 30 seconds (30000 ms), and nothing happens for the last 25 seconds. And timing out wouldn't explain why the server initiates the disconnect. If the client were timing out too soon, the client would initiate the disconnect, I would think. This certainly looks like a server problem. I wonder if the client could somehow be taught to reestablish the connection when the server disconnects, rather than timing out? FWIW here's the configuration file. You can see some of the extensions I've built. But I doubt they're the cause of the problem, because they work to generate the URLs, and the server doesn't know anything about them. On Nov 1, 2008, at 7:22 AM, Robert Iakobashvili wrote: > Could it be, that your URL_COMPLETION_TIMEOUT value is too short > and you need to increase it? > > It may happen, when POST-ing is accompanied by 100-Continue as seen > in your log file. |