9 ms·
I wonder if this would actually be useful to support in HTTP? (An `Estimated-Content-Length` header or similar, only valid with `Connection: close`.)
by stephank 14y ago
I wonder if this would actually be useful to support in HTTP? (An `Estimated-Content-Length` header or similar, only valid with `Connection: close`.)
- FooBarWidget 14y agoIt would be better to include progress estimation information as a chunked encoding extension. This allows much better progress reporting.