Skip to content

Commit 9bbc883

Browse files
review comments
1 parent 932bf3d commit 9bbc883

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

internal/xds/httpfilter/extproc/ext_proc.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ func init() {
7272

7373
var metadataFromOutgoingContextRaw = internal.FromOutgoingContextRaw.(func(context.Context) (metadata.MD, [][]string, bool))
7474

75-
const (
76-
defaultDeferredCloseTimeout = 5 * time.Second
77-
)
75+
const defaultDeferredCloseTimeout = 5 * time.Second
7876

7977
func timeNow() time.Time {
8078
return iextproc.TimeNowFunc()

0 commit comments

Comments
 (0)