Bug 268685
| Summary: | Web Inspector: Remove throttling experimental feature pending correct SPIs | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Guoye Zhang <guoye_zhang> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes, rcaliman, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=287737 | ||
Guoye Zhang
The current implementation is based on _bytesPerSecondLimit SPI on NSURLSessionTask which is incorrect since this is a per-task limit, and it’s not intended to be a realistic simulation. New unified HTTP stack no longer supports this SPI, so we need to temporarily remove this feature and disable the test until better SPIs are available.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Guoye Zhang
Pull request: https://github.com/WebKit/WebKit/pull/23805
Radar WebKit Bug Importer
<rdar://problem/122327408>
EWS
Committed 274112@main (6c1979d64380): <https://commits.webkit.org/274112@main>
Reviewed commits have been landed. Closing PR #23805 and removing active labels.