Closed
Bug 26469
Opened 25 years ago
Closed 25 years ago
Accept bytes is not supported
Categories
(Core :: Networking, defect, P3)
Tracking
()
M17
People
(Reporter: serhunt, Assigned: davidm)
Details
(Whiteboard: [nsbeta2+][5/16])
Gagan, I am filing this as a bug to make sure I keep track of things so make all
necessary changes in plugin stuff when this support arrives. Please reassign it
to whoever you think is appropriate.
dependent on cache being able to handle the patching.
Assignee: gagan → gordon
I'm not sure what this bug is referring to. I'd like to buy a clue.
Target Milestone: M15
At the point when I need to pass an http stream to the plugin I need to tell the
plugin if the server supports byte ranges. Adobe Acrobat e.g. depends heavily on
this. In 4.x there was a member in the URL struct so this info was easily
acceccible whenever we know the URL. I need something to query about this at
the time I need it. I talked to gagan and he told me that this is still to be
implemented, so I filed the bug just to be notified when I can use it. If all
this makes sense to you please correct the summary line to make it more
specific.
Gagan, what's involved here?
In order to do byte-ranges we need a mechanism in the cache to be able to patch
up previously requested (and aborted streams) As for Andreas' request I think
maybe we can expand/export the server capabilities work that ruslan did, to
allow for checking on byte-ranges and such... cc'ing ruslan.
Do we support byte ranges in the handler in the first place? I can extend
capabilities, that's not problem.
as far as the handler goes its just another header. The real patching up work is
done either by the cache or the consumer (in this case the plugins) and so yes
calling SetRequestHeader() with appropriate values for range requests should do
the work. av let me know if that doesn't work for you-- I am leaving the
original bug open and (to cache) to accomodate the same for caching. Also
pushing this to M17
How does this differ from 20851? Is the use of offsets adequate to implement
this feature?
Comment 10•25 years ago
|
||
Putting on [nsbeta2+] radar. please try to complete work by 05/16.
Whiteboard: ? → [nsbeta2+][5/16]
Comment 11•25 years ago
|
||
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•