false
, the caller MUST close the connection to correctly implement the HTTP protocol. If it returns true
, the caller SHOULD attempt to keep the connection open for reuse with another request. false
is returned. The stale connection check MUST NOT be triggered by a connection reuse strategy.
@param response The last response received over that connection.
@param context the context in which the connection is being used.
@return true
if the connection is allowed to be reused, orfalse
if it MUST NOT be reused
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|