Technical Library
|
Support
Configuration Files
>
records.config
> HTTP connection timeouts (secs)
HTTP connection timeouts (secs)
Help | Content Gateway | Version 8.1.x
Configuration Variable
Data Type
Default Value
Description
proxy.config.http.
keep_alive_no_activity_
timeout_in
INT
60
Specifies 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
60
Specifies 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
120
Specifies how long Content Gateway keeps connections to clients open if a transaction stalls.
proxy.config.http.
transaction_no_activity_
timeout_out
INT
120
Specifies how long Content Gateway keeps connections to origin servers open if the transaction stalls.
proxy.config.http.
transaction_active_
timeout_in
INT
0
Specifies 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
0
Specifies 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
120
Specifies the timeout interval in seconds before Content Gateway closes a connection that has no activity.
proxy.config.http.
background_fill_active_
timeout
INT
60
Specifies 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
0.50000
Specifies 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
).
Configuration Files
>
records.config
> HTTP connection timeouts (secs)
Copyright 2016 Forcepoint LLC. All rights reserved.