Open
Bug 1221461
Opened 10 years ago
Updated 3 years ago
use compression content coding in HTML-form driven POST requests when applicable
Categories
(Core :: Networking: HTTP, enhancement, P3)
Core
Networking: HTTP
Tracking
()
NEW
People
(Reporter: julian.reschke, Unassigned)
References
()
Details
(Whiteboard: [necko-backlog])
RFC 7694 now defines a mechanism through which an HTTP client can discover that the origin server supports content codings (such as "gzip") in requests.
Firefox could leverage that in POST requests with large request bodies (such as when attaching a file from an HTML form). For instance, it could remember a previously seen "Accept-Encoding: gzip" response and use compression when the user uses the same form again.
(WRT to lurking chicken-and-egg problem: maybe Bugzilla itself should implement the server part of this)
Updated•10 years ago
|
Component: Networking → Networking: HTTP
Updated•9 years ago
|
Whiteboard: [necko-backlog]
Comment 1•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P1
Comment 2•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: P1 → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•