jdev - 2026-04-02


  1. lovetox

    if anyone wonders, i tracked it down its chunked http encoding

  2. lovetox

    > and at the beginning of each chunk, a string of hex digits indicate the size of the chunk-data in octets, followed by \r\n and then the chunk itself, followed by another \r\n. The terminating chunk is a zero-length chunk.