Skip to content

fix(http): enforce address and response deadline policy - #17

Closed
fffonion wants to merge 5 commits into
refactor/unified-host-runtime-lifecyclefrom
fix/http-transport-hardening
Closed

fix(http): enforce address and response deadline policy#17
fffonion wants to merge 5 commits into
refactor/unified-host-runtime-lifecyclefrom
fix/http-transport-hardening

Conversation

@fffonion

@fffonionfffonion commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • enforce address policy across DNS results and redirects
  • apply bounded response deadlines and in-flight request limits

Stack

Layer 6 of 14
Previous: #16
Next: #18

Validation

  • cargo test --locked --all-features --test http_host_tests

@fffonion
fffonionforce-pushed the refactor/unified-host-runtime-lifecycle branch from d0bfbd7 to f1613b5CompareAugust 10, 2026 23:03
@fffonion
fffonionforce-pushed the fix/http-transport-hardening branch from cc43369 to 7ce91c5CompareAugust 10, 2026 23:03
@fffonion
fffonionforce-pushed the refactor/unified-host-runtime-lifecycle branch from f1613b5 to c1e9013CompareAugust 11, 2026 12:08
@fffonion
fffonionforce-pushed the fix/http-transport-hardening branch from 7ce91c5 to b73fa51CompareAugust 11, 2026 12:08
@fffonion
fffonionforce-pushed the refactor/unified-host-runtime-lifecycle branch from c1e9013 to 543f3cfCompareAugust 17, 2026 10:47
@fffonion

Copy link
Copy Markdown
CollaboratorAuthor

Superseded by #26. Address policy, redirect validation, response bounds, and deadline hardening were folded into the final HTTP/SSE layer.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@fffonion