HTTP connection timeouts (secs)
Configuration Variable | Data Type | Description |
---|---|---|
proxy.config.http.keep_alive_ no_activity_timeout_in | INT |
Default: 60 How long Content Gateway keeps connections to clients open for a subsequent request after a transaction ends. |
proxy.config.http.keep_alive_ no_activity_timeout_out | INT |
Default: 60 How long Content Gateway keeps connections to origin servers open for a subsequent transfer of data after a transaction ends. |
proxy.config.http.transaction_ no_activity_timeout_in | INT |
Default: 120 How long Content Gateway keeps connections to clients open if a transaction stalls. |
proxy.config.http.transaction_ no_activity_timeout_out | INT |
Default: 120 How long Content Gateway keeps connections to origin servers open if the transaction stalls. |
proxy.config.http.transaction_ active_timeout_in | INT |
Default: 0 How long Content Gateway remains connected to a client. If the transfer to the client is not complete before this timeout expires, Content Gateway closes the connection. The default value of 0 specifies that there is no timeout. |
proxy.config.http.transaction_ active_timeout_out | INT |
Default: 0 How long Content Gateway waits for fulfillment of a connection request to an origin server. If Content Gateway does not complete the transfer to the origin server before this timeout expires, the connection request is terminated. The default value of 0 specifies that there is no timeout. |
proxy.config.http.accept_no_ activity_timeout | INT |
Default: 120 The timeout interval in seconds before Content Gateway closes a connection that has no activity. |
proxy.config.http.background_ fill_active_timeout | INT |
Default: 60 How long Content Gateway continues a background fill before giving up and dropping the origin server connection. |
proxy.config.http.background_ fill_completed_threshold | FLOAT |
Default: 0.50000 The proportion of total document size already transferred when a client aborts at which the proxy continues fetching the document from the origin server to get it into the cache (a background fill). |