Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: fill more http transport parameters in inputs/burrow plugin
Default http.Transport doesn't setup dial timeout. That leads to client stuck if for some reason there's no working DNS or if server client connects to is stuck. Explicitly configure dialer and other parameters.
- Loading branch information