Skip to content

Commit 2ea01ff

Browse files
committed
Update internal RPC signature header name
1 parent 55dfcc0 commit 2ea01ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/code/server/messaging/internal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
)
2424

2525
const (
26-
internalSignatureHeaderName = "code-signature"
26+
internalSignatureHeaderName = "code-internal-rpc-signature"
2727
)
2828

2929
// todo: Similar to the common push package, we should put message creation and

0 commit comments

Comments
 (0)