| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Move promise creation in NettyRequestSender.resolveAddresses into the explicit-address bypass path. Hostname and proxy resolution paths no longer allocate a succeeded promise they do not use, while explicit address requests keep the same completed Future behavior. Codex on behalf of Pavel Ptashyts Co-Authored-By: Codex <codex@openai.com>
| Back | FazBrowse Home | New Git URL |
Summary
Motivation
Most requests resolve by hostname and do not use the local Promise created at the start of resolveAddresses. Deferring the allocation keeps the explicit-address behavior unchanged while reducing per-request allocation on the common path.
Validation
Attribution
Codex on behalf of Pavel Ptashyts