Closed
Bug 1871384
Opened 11 months ago
Closed 3 months ago
Implement nsIKeepAliveManager::IsKeepAliveLimitExceeded to Check Resource Limits
Categories
(Core :: DOM: Networking, enhancement, P2)
Core
DOM: Networking
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: smayya, Unassigned)
References
Details
(Whiteboard: [necko-triaged])
In order to check if we have reached the threshold limits of keepalive requests, we will need to implement bool IsKeepAliveLimitExceeded(nsIRequest)
.
This function should be checked in the AsyncOpen() call before calling UpdateKeepAliveRequest.
Reporter | ||
Updated•11 months ago
|
Summary: Implement an nsIKeepAliveManager::IsKeepAliveLimitExceeded to Check Resource Limits → Implement nsIKeepAliveManager::IsKeepAliveLimitExceeded to Check Resource Limits
Updated•11 months ago
|
Severity: -- → S3
Priority: -- → P2
Whiteboard: [necko-triaged]
Reporter | ||
Comment 1•3 months ago
|
||
As per the latest design this is not necessary. We are not implementing this in nsHttpHandler. Hence, a new interface is not necessary
Status: NEW → RESOLVED
Closed: 3 months ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•