Need an Introduction to Tiny Core? Or peruse Core Concepts.
Hi GNUserActually, it was this statement that caught my eye:QuoteCurrently it must not use Transfer-Encoding: chunked (yes, I know that makes zsync non-compliant).I thought maybe one of the simpler servers night be violating that requirement.
Currently it must not use Transfer-Encoding: chunked (yes, I know that makes zsync non-compliant).
the body has each of its chunks separated with X\r\n, where X is the size of the chunk in hexadecimal.