mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 12:18:01 +01:00
Merge branch 'poco-1.10.0' into devel
This commit is contained in:
@@ -80,10 +80,10 @@ public:
|
|||||||
/// Returns true iff persistent connections are enabled.
|
/// Returns true iff persistent connections are enabled.
|
||||||
|
|
||||||
void setKeepAliveTimeout(const Poco::Timespan& timeout);
|
void setKeepAliveTimeout(const Poco::Timespan& timeout);
|
||||||
/// Sets the connection timeout for HTTP connections.
|
/// Sets the keep-alive timeout for persistent HTTP connections.
|
||||||
|
|
||||||
const Poco::Timespan& getKeepAliveTimeout() const;
|
const Poco::Timespan& getKeepAliveTimeout() const;
|
||||||
/// Returns the connection timeout for HTTP connections.
|
/// Returns the keep-alive timeout for persistent HTTP connections.
|
||||||
|
|
||||||
void setMaxKeepAliveRequests(int maxKeepAliveRequests);
|
void setMaxKeepAliveRequests(int maxKeepAliveRequests);
|
||||||
/// Specifies the maximum number of requests allowed
|
/// Specifies the maximum number of requests allowed
|
||||||
|
|||||||
Reference in New Issue
Block a user