Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make sure metadata sent for bodyless responses
The streaming server was not returning the response metadata unless the body had some content to write to the stream. The fix is to always force a write with an empty string.
- Loading branch information