Message232028
Sure, but this is in regards to the initial matching, not the parsing. Because the pattern expects RFC conformity, in this cookie string:
Cookie: a=b; c=[; d=r; f=h
The only matching parts will be:
Cookie: a=b;
The rest will be discarded. What I'm proposing is that this should instead result in:
Cookie: a=b; d=r; f=h
The recent changes would stay intact. |
|
Date |
User |
Action |
Args |
2014-12-02 17:25:51 | demian.brecht | set | recipients:
+ demian.brecht, orsenthil, pitrou |
2014-12-02 17:25:51 | demian.brecht | set | messageid: <1417541151.27.0.0171050279959.issue22983@psf.upfronthosting.co.za> |
2014-12-02 17:25:51 | demian.brecht | link | issue22983 messages |
2014-12-02 17:25:51 | demian.brecht | create | |
|