-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
http://code.google.com/p/chromium/issues/detail?id=100011
As per the ticket above, if the Content-disposition header has the [comma] symbol, then Chrome will throw a "Duplicate headers received from server" error.
I tried streaming a video file with a [comma] in the filename, and I've reproduced this "bug". For a temporary fix, I modified index.js like this:
info.file = info.path.match(/*...*/).replace(",", "%2C");
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels