|
|
|
|
|
by batbomb
2975 days ago
|
|
Isn’t the chunk the unit, why should it be unbounded m? You’d have issues on the client side without knowing how long a chunk is going to be - It seems like the chunk should be the unit which can be guaranteed to fit in memory on the client. |
|
Chunked transfer encoding is used when the sender doesn't yet know the length of the resource's representation.