diff options
author | Nicolas George <george@nsup.org> | 2014-08-17 14:09:45 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2014-08-17 20:07:27 +0200 |
commit | 481cbc5ad578bbde804464487add074e8c7d1e76 (patch) | |
tree | 7e47b6e6b438e20fb70efbb3207163c9d104e6f3 /.gitignore | |
parent | 94f60b65446b37132d7bd644ab2c4627d9488295 (diff) | |
download | ffmpeg-481cbc5ad578bbde804464487add074e8c7d1e76.tar.gz |
lavf/http: fix cookie parsing.
The current code would use any unknown attribute-value pair
as the cookie value.
RFC 6265 states that the first key-value pair is the actual
cookie, and the attribute-value pairs only start after.
With the current code:
Set-Cookie: test=good_value; path=/; dummy=42
gives this:
Cookie: dummy=42
instead of this with the new code:
Cookie: test=good_value
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions