Closed
Bug 191676
Opened 22 years ago
Closed 22 years ago
W3C CUAP: Only advertise an encoding in Accept-encoding that you really accept
Categories
(Core :: Networking: HTTP, defect)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
People
(Reporter: gerv, Assigned: darin.moz)
References
()
Details
[ This bug is one of the recommendations in the W3C's "Common User Agent
Problems" document, URL above. One bug has been filed on each recommendation,
for deciding whether we do it and, if not, whether we should. ]
1.14 Only advertise an encoding in Accept-encoding that you really accept.
A number of web sites suffer from bandwidth overload. By altering the server
side scripting engine to support encoding compression or by inserting a
compressing proxy, it is possible to dramatically reduce the operating
costs. The down side is that a number of user agents advertise that they can
handle gzip or deflate when they really are unable to do it.
References:
* For more information on content negotiation, see section 12 of the
HTTP/1.1 specification, [RFC2616].
* For more information about the HTTP Accept-Encoding header, see
section 14.4 of the HTTP/1.1 specification, [RFC2616].
![]() |
||
Comment 1•22 years ago
|
||
Gerv, as far as I'm aware we do support all the encodings we advertise...
(though recently there have been suggestions that "compress" is ambiguous and
can stand for one of two _different_ encodings of which we support only one).
-> HTTP
Assignee: dougt → darin
Component: Networking → Networking: HTTP
QA Contact: benc → httpqa
Reporter | ||
Comment 3•22 years ago
|
||
bz: unless you can find a webserver which sends the wrong one when we advertise
"compress", then I think we are OK in practice :-)
Normally, W3C CUAP items are "aimed" at particular browsers, like the one about
not moving the viewport for non-existent anchors was aimed at NS 4.x. Who is
this aimed at?
Gerv
![]() |
||
Comment 4•22 years ago
|
||
> unless you can find a webserver
Bug 160755 ;)
Not sure about who it's aimed at; I've heard varied reports about Opera and
KHTML in this area and I trust none of them.
The question is, is there a mozilla bug here? ;)
Comment 5•22 years ago
|
||
Deflate and compress issues have been resolved.
You need to log in
before you can comment on or make changes to this bug.
Description
•