You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a single http client for multiple workers which is recommended by the net/http documentation. Now I want to use your package but there is no exposed function which does that. Send creates its own object every single time!
Please provide a send function with a *http.Client parameter
The text was updated successfully, but these errors were encountered:
russmack
pushed a commit
to russmack/fluent
that referenced
this issue
Jun 12, 2015
I am using a single http client for multiple workers which is recommended by the net/http documentation. Now I want to use your package but there is no exposed function which does that. Send creates its own object every single time!
Please provide a send function with a *http.Client parameter
The text was updated successfully, but these errors were encountered: