[email protected]
node-fetch-server v0.14.0
create-remix
Release Notes
Minor Changes
- Added a
trustProxyoption tocreateRequestListener()andcreateRequest()so apps behind trusted reverse proxies can constructrequest.urlfromForwarded,X-Forwarded-Host, andX-Forwarded-Protoheaders.createRequestListener()also uses trustedForwardedandX-Forwarded-Forvalues for handler client address information (see #10874).
Patch Changes
- Reject request body reads when clients abort uploads, and avoid writing fallback error responses after streaming response headers are already committed (see #11533 and #11534).