Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix If-None-Match header name
  • Loading branch information
code-asher committed Aug 16, 2023
commit 153a48ef31aad58d20a748720bcbc16ba155a187
2 changes: 1 addition & 1 deletion src/main/resources/messages/CoderGatewayBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ gateway.connector.settings.data-directory.comment=Directories are created \
Defaults to {0}.
gateway.connector.settings.binary-source.title=CLI source:
gateway.connector.settings.binary-source.comment=Used to download the Coder \
CLI which is necessary to make SSH connections. The If-None-Matched header \
CLI which is necessary to make SSH connections. The If-None-Match header \
will be set to the SHA1 of the CLI and can be used for caching. Absolute \
URLs will be used as-is; otherwise this value will be resolved against the \
deployment domain. \
Expand Down