Alexey Borzov
Alexey Borzov
HTTP_Request2 2.4+ no longer sets `include_path` when installed with composer. The suggested approach is to conditionally include the file if autoloading does not work (this will work with PEAR installation,...
As this list does seem to be updated, I'd like to remind of my pull request. If you have any questions about the proposed package I'll gladly answer them.
A followup: ``` ChunkedTransfer = true ``` also helps. I think using chunked transfer encoding is a better way according to HTTP spec: it is specifically designed for content of...
@SubJunk > Do you need both `ChunkedTransfer` and `TranscodedVideoFileSize`, or just one of them? Just one of them, I'd suggest `ChunkedTransfer` as a lesser hack. PIease give me guidance on...