Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
integration: Fix multiple response.WriteHeader calls
The current integration tests do not return after delegating HTTP requests, as a result an extra call to response.WriteHeader is made for every request. Fix the issue by returning after delegating HTTP requests.
- Loading branch information