http_wsgibase: Do not read entire chunks.
Chunk size is not bounded. So instead of remembering chunk tail, remember how much there is to read in current chunk.
Showing
Please register or sign in to comment
Chunk size is not bounded. So instead of remembering chunk tail, remember how much there is to read in current chunk.