mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
fixing pointers
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ type HTTPOutput struct {
|
||||
|
||||
elasticSearch *es.ESPlugin
|
||||
|
||||
bufStats *GorStat
|
||||
bufStats GorStat
|
||||
}
|
||||
|
||||
func NewHTTPOutput(options string, headers HTTPHeaders, methods HTTPMethods, elasticSearchAddr string) io.Writer {
|
||||
|
||||
Reference in New Issue
Block a user