You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It bumps Edge Runtime to include the latest fixes, such as:
- vercel/edge-runtime#622
- vercel/edge-runtime#640
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* Set-Cookie header field-values are sometimes comma joined in one string. This splits them without choking on commas
199
-
* that are within a single set-cookie field-value, such as in the Expires portion.
200
-
* This is uncommon, but explicitly allowed - see https://tools.ietf.org/html/rfc2616#section-4.2
201
-
* Node.js does this for every header *except* set-cookie - see https://github.com/nodejs/node/blob/d5e363b77ebaf1caf67cd7528224b651c86815c1/lib/_http_incoming.js#L128
202
-
* React Native's fetch does this for *every* header, including set-cookie.
203
-
*
204
-
* Based on: https://github.com/google/j2objc/commit/16820fdbc8f76ca0c33472810ce0cb03d20efe25
205
-
* Credits to: https://github.com/tomball for original and https://github.com/chrusart for JavaScript implementation
0 commit comments