abapify
    adt-cli
    fix(proxy): skip set-cookie in forEach loop to prevent header flattening The `response.headers.forEach` callback joins multiple Set-Cookie header values with commas, which corrupts cookies whose Expires attributes contain commas (e.g. `Wdy, DD-Mon-YYYY HH:MM:SS GMT`). The subsequent `getSetCookie()` block only overwrites the flattened string when at least one cookie is present, so single-cookie responses are unaffected but the corruption still leaks through if getSetCookie is unavailable. Skip set-cookie in the forEach loop entirely so the dedicated getSetCookie branch is the only source of set-cookie values.
    nx affected -t lint test build e2e-ci --verbose=false --parallel=3
Succeeded
CI Pipeline Execution

nx affected -t lint test build e2e-ci --verbose=false --parallel=3

Click to copy
Linux
4 CPU cores
read-write access token used
3de88969main
10%

Cache hits

11 of 110 tasks used cache.

Get faster results

Learn how to enable distribution.

© 2026 - Nx Cloud

Terms of ServicePrivacy PolicyChangelogStatusDocsContact Nx CloudPricingCompany@NxDevTools