[Webkit-unassigned] [Bug 85994] [GStreamer] Source element fails with .ogg files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 04:09:19 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=85994





--- Comment #10 from Simon Pena <spena at igalia.com>  2012-05-15 04:08:22 PST ---
(In reply to comment #9)
> (In reply to comment #8)
> > I'm not sure if that's the route cause of the issue, or just noise but,
> > as Phil mentions in comment #1, we get an error when we're expecting a
> > PARTIAL_CONTENT response and instead we get a 200 status.
> 
> User Agent issue maybe?

Nope, that's the same User Agent that GtkLauncher uses.

I've run GtkLauncher from behind a proxy, and all its ogg requests get a 200 response status. Some of them, when done with curl with exactly the same parameters, get the expected 206 status.

The thing is, this fails for resources that had already been requested previously. Basically:

> Resource A requested (no offset)
< Resource A retrieved (status 200)
> Resource A requested again (this time with an offset)
< Resource A retrieved (status 200, when 206 for partial content is expected)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list