Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: proper return value of blocking-write-api
Pull Request #350 (commit a9c1e37) introduced `Flush()` and `Write()` functions blindly returning the result of a `func (Service) WriteBatch(...) *http2.Error`. This causes the returned error to always evaluate as `non-nil`. Fixes #360
- Loading branch information