mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
01e869dd28
Co-authored-by: Jason Saayman <jasonsaayman@gmail.com>
712 B
712 B
Pre-Release Changelog
Unreleased
Bug Fixes
- HTTP Adapter - socketPath: Path-only request URLs (e.g.
'/foo') now work again withconfig.socketPath, fixing theTypeError [ERR_INVALID_URL]regression introduced in 1.7.4 whennew URL()was added to the dispatch path. A synthetichttp://localhostbase is supplied only when an ownsocketPathis set, so absolute URLs, non-socket requests, and prototype-pollutedsocketPathvalues are unaffected. (#6611)
Release Tracking
- Proxy Agent Streams: Guarded Node HTTP adapter TCP keep-alive setup so proxy agents that return generic Duplex streams do not throw when
setKeepAliveis unavailable. (#10917, closes #10908)