ninenines / cowlib

Support library for manipulating Web protocols.
ISC License
279 stars 173 forks source link

'=' to lists exceptions in 'parse_cookie/2' function 'cow_cookie' module #112

Closed Shpaky closed 3 years ago

Shpaky commented 3 years ago

'=' necessary handle to 'parse_cookie/2' since here:

https://github.com/ninenines/cowlib/blob/master/src/cow_cookie.erl#L66

will be crash if "=" it is name of cookie!

essen commented 3 years ago

Please force push git push -f and don't open/close many PRs, you can keep the same PR and force push and it'll update.

Shpaky commented 3 years ago

Ok, i am sorry!