tailcall
tailcall copied to clipboard
fix: Http1 only
Summary:
Briefly describe the changes made in this PR.
Issue Reference(s):
Fixes #... (Replace "..." with the issue number)
Build & Testing:
- [ ] I ran
cargo test
successfully. - [ ] I have run
./lint.sh --mode=fix
to fix all linting issues raised by./lint.sh --mode=check
.
Checklist:
- [ ] I have added relevant unit & integration tests.
- [ ] I have updated the documentation accordingly.
- [ ] I have performed a self-review of my code.
- [ ] PR follows the naming convention of
<type>(<optional scope>): <title>