valyala / fasthttp

Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
MIT License
21.94k stars 1.76k forks source link

Chromes Cookie.Priority not supported. #1580

Closed the-hotmann closed 1 year ago

the-hotmann commented 1 year ago

Linking the issue I created at fiber: https://github.com/gofiber/fiber/issues/2515

Quick summary:

Usefull links:

Thanks in advance!

erikdubbelboer commented 1 year ago

According to your first link the attribute is deprecated, so I'm not sure how useful it is to implement this. But if you really want it a pull request is welcome.

ReneWerner87 commented 1 year ago

then perhaps we should not implement this