mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 11:31:53 +01:00
fixed docs
This commit is contained in:
@@ -80,10 +80,10 @@ public:
|
||||
/// Returns true iff persistent connections are enabled.
|
||||
|
||||
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;
|
||||
/// Returns the connection timeout for HTTP connections.
|
||||
/// Returns the keep-alive timeout for persistent HTTP connections.
|
||||
|
||||
void setMaxKeepAliveRequests(int maxKeepAliveRequests);
|
||||
/// Specifies the maximum number of requests allowed
|
||||
|
||||
Reference in New Issue
Block a user