sebastian-nagel opened a new pull request, #2034:
URL: https://github.com/apache/stormcrawler/pull/2034

   This PR addresses #1998.
   
   OkHttp protocol:
   - add protocol response header key `_cipher_suites_` to hold the SSL/TLS 
Cipher suite separate from `_protocol_versions_`.
   
   WARC writer:
   - add WARC header `WARC-Cipher-Suite`
   - split multiple values in `WARC-Protocol` header and repeat header
   
   Example WARC header with this change applied:
   ```
   WARC/1.0
   WARC-Record-ID: <urn:uuid:64d3f1a3-2293-4581-b676-a4d715b65ebc>
   Content-Length: 30510
   WARC-Date: 2026-07-29T17:20:01Z
   WARC-Type: response
   WARC-IP-Address: 2620:cb:2000::1
   WARC-Target-URI: 
https://commoncrawl.org/blog/common-crawl-foundation-at-lrec-2026
   Content-Type: application/http; msgtype=response
   WARC-Protocol: h2
   WARC-Protocol: TLS_1_3
   WARC-Cipher-Suite: TLS_AES_128_GCM_SHA256
   WARC-Payload-Digest: sha1:72ZYLF3J57X4GOO6UNSPQHE366QPTWVL
   WARC-Block-Digest: sha1:M34FZULWWPMGUNTPJZLUGUPQ7TE5G5JS
   
   HTTP/1.1 200 
   date: Wed, 29 Jul 2026 17:20:01 GMT
   ...
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to