macchiato-framework / macchiato-core

Ring style HTTP server abstraction for Node.js
MIT License
377 stars 35 forks source link

fix not being able to set http-only cookie property false #26

Closed mjmeintjes closed 6 years ago

mjmeintjes commented 6 years ago

Pretty nasty bug, spent about 3 hours trying to figure out why I can't change my cookie properties from client side sometimes (at least I now understand http-only cookies better).

yogthos commented 6 years ago

thanks, just pushed out a new version with the fix