Skip to content

Commit bd737d2

Browse files
committed
fix hanging agent
1 parent 2630c14 commit bd737d2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sdk/config_helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ func GetNginxConfigWithIgnoreDirectives(
148148
readLock.Unlock()
149149
return nil, fmt.Errorf("error assemble payload from %s, error: %s", confFile, err)
150150
}
151-
151+
152152
readLock.Unlock()
153153
return nginxConfig, nil
154154
}

test/integration/vendor/github.com/nginx/agent/sdk/v2/config_helpers.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/performance/vendor/github.com/nginx/agent/sdk/v2/config_helpers.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/nginx/agent/sdk/v2/config_helpers.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)