mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
parent
20329a6e9e
commit
b903aca33d
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ cookie_list(Data, Acc) ->
|
|||
(<< $,, Rest/binary >>) -> cookie_list(Rest, Acc);
|
||||
(<< $;, Rest/binary >>) -> cookie_list(Rest, Acc);
|
||||
(Rest) -> cookie(Rest,
|
||||
fun (Rest2, << $$, _/bits >>, _) ->
|
||||
fun (Rest2, << $$, _/binary >>, _) ->
|
||||
cookie_list(Rest2, Acc);
|
||||
(Rest2, Name, Value) ->
|
||||
cookie_list(Rest2, [{Name, Value}|Acc])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue