Confirmed users
632
edits
| Line 370: | Line 370: | ||
* Verify compressed size < 8 kB (these should typically be ~1 kB in size) | * Verify compressed size < 8 kB (these should typically be ~1 kB in size) | ||
* Set index_file_start = 30 + file_name_length + extra_field_length | * Set index_file_start = 30 + file_name_length + extra_field_length | ||
* Read range of bytes from start to start + compressed_size | * Read range of bytes from start to start + compressed_size (again, using a ranged GET request) | ||
* Perform a JSON parse of the resulting body | * Perform a JSON parse of the resulting body | ||