* Add buffering to ApiFormatBase, which allows buffering the result without needing...
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Fri, 28 Aug 2009 21:18:39 +0000 (21:18 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Fri, 28 Aug 2009 21:18:39 +0000 (21:18 +0000)
commitefd86ed3aaac0aeadfc0dec9b8e370a1b7faa185
tree73860388ae8a977bfb76eecfc1fced1959cb54da
parent47b2c079c4f3f5cc661b70f1344b2894cc99f71f
* Add buffering to ApiFormatBase, which allows buffering the result without needing ob_* functions. This is for async downloads, but I couldn't get it to work yet so this commit does not contain the files that actually use the buffering.
* Hide internalhttpsession parameter from web requests
includes/api/ApiFormatBase.php
includes/api/ApiUpload.php