Parent: #563
Depends on: Task 13
Summary
`create_html_processor` currently selects `new_buffered()` when script rewriters are present. With buffered mode removed, always use the streaming constructor.
Changes
- Remove `has_script_rewriters` check in `create_html_processor`
- Always call `HtmlRewriterAdapter::new(settings)`
- Update doc comment to reflect streaming-only behavior
File: `crates/trusted-server-core/src/html_processor.rs`
Plan
See `docs/superpowers/specs/2026-03-25-streaming-response-design.md` — Phase 3