Skip to content

Commit

Permalink
Adopt WARC-Cipher-Suite field naming
Browse files Browse the repository at this point in the history
  • Loading branch information
acidus99 committed Dec 19, 2023
1 parent 55b63af commit 2aaf7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Warc/GeminiWarcCreator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ private void AppendTlsInfo(WarcRecord record, TlsConnectionInfo? connectionInfo)

if (connectionInfo.CipherSuite.HasValue)
{
record.AddCustomHeader("WARC-TLS-Cipher-Suite", GetCipherSuite(connectionInfo));
record.AddCustomHeader("WARC-Cipher-Suite", GetCipherSuite(connectionInfo));
}
}
}
Expand Down

0 comments on commit 2aaf7ac

Please sign in to comment.