zio-http icon indicating copy to clipboard operation
zio-http copied to clipboard

Improve performance of cookie parser

Open tusharmath opened this issue 3 years ago • 1 comments

Cookie parsing currently involves a lot of interim memory allocations. Create a PR that improves the performance of cookie parsing by reducing such allocations.

tusharmath avatar Nov 26 '21 05:11 tusharmath

Hi @tusharmath, just created this PR #576 changing Cookie.decodeResponseCookie

jgoday avatar Nov 26 '21 20:11 jgoday

Closed by #576

vigoo avatar Jan 21 '23 14:01 vigoo