Skip to content

Commit

Permalink
Merge pull request #286 from luchenhan/master
Browse files Browse the repository at this point in the history
chore: fix function name
  • Loading branch information
fatihbaltaci authored Apr 29, 2024
2 parents 7f451fb + b7b8585 commit 24e42c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/scenario/client_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var defaultClose = func(c *http.Client) {
c.CloseIdleConnections()
}

// createFactoryMethod returns a Factory function based on the engine mode.
// createClientFactoryMethod returns a Factory function based on the engine mode.
func createClientFactoryMethod(mode string, opts ...func(http.CookieJar)) ClientFactoryMethod {
if mode == types.EngineModeRepeatedUser {
return func() *http.Client {
Expand Down

0 comments on commit 24e42c1

Please sign in to comment.