Skip to content

Commit

Permalink
Adds newline type clarification (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrinks99 committed May 17, 2023
1 parent 74bea75 commit 935df52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wacz-ipfs/latest/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ In the above example, CID A represents the possible split of an uncompressed rec
### Splitting Uncompressed WARC Records

If a WARC record is uncompressed (or is uncompressed at type of ingest into IPFS), we can insert additional
split points before and after the payload. This results in the WARC + HTTP headers, as well as the two newlines,
split points before and after the payload. This results in the WARC + HTTP headers, as well as the two `\r\n` newlines,
being stored in separate IPFS blocks (and having distinct CIDs as well)

The following example is a response record for `http://example.com`. The WARC record data and HTTP header are located in the first chunk, followed by the response payload, and the two newlines that signify the end of the record.
Expand Down

0 comments on commit 935df52

Please sign in to comment.