sebastian-nagel opened a new pull request, #1997: URL: https://github.com/apache/stormcrawler/pull/1997
Format the IP address in the [WARC-IP-Address header](https://iipc.github.io/warc-specifications/specifications/warc-format/warc-1.1-annotated/#warc-ip-address) following iipc/warc-specifications#100. Especially, IPv6 addresses should be given in the short form specified by RFC 5952: Current: ``` WARC/1.0 WARC-Type: request WARC-IP-Address: 2620:cb:2000:0:0:0:0:1 ``` Expected: ``` WARC/1.0 WARC-Type: request WARC-IP-Address: 2620:cb:2000::1 ``` Same for WARC response records. -- 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]
