[FFmpeg-devel] [PATCH v2 0/2] Ignore expired cookies

Micah Galizia micahgalizia at gmail.com
Fri Mar 31 04:33:46 EEST 2017


Hello Again,

This is another attempt to get the http protocol not to send expired cookies _and_ prevent it from updating good cookie values with expired cookie values sent by misbehaving servers.

Previously its been recommended that we break each set-cookie into a dict to parse it properly; this version takes that approach and does refactor some of the older set-cookie parsing code. This time, I've also added unit tests in a second patch for the http protocol code I'm changing.

Thanks in advance for the review.


More information about the ffmpeg-devel mailing list