zio-http
zio-http copied to clipboard
Improve performance of cookie parser
Cookie parsing currently involves a lot of interim memory allocations. Create a PR that improves the performance of cookie parsing by reducing such allocations.
Hi @tusharmath, just created this PR #576 changing Cookie.decodeResponseCookie
Closed by #576