On Sun, Aug 17, 2014 at 02:26:29PM +0200, Nicolas George wrote: > 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 > > Signed-off-by: Nicolas George <geo...@nsup.org>
<BBB> michaelni: oh, rly? well I know the code.. <BBB> michaelni: I can look, weblink to patches? <BBB> michaelni: oh, those, both ok [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I know you won't believe me, but the highest form of Human Excellence is to question oneself and others. -- Socrates
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel