Skip to content

Naming Issue? 3 #8

@soulcyon

Description

@soulcyon

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");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions