2005-10-07 jrandom

* Allow the I2PTunnelHTTPServer to send back the first few packets of an
      HTTP response quicker, and initialize the streaming lib's cwin more
      carefully.
    * Added a small web UI to the new Syndie scheduled updater.  If you log in
      as a user authorized to use the remote archive funtionality, you can
      request remote archives in your address book to be automatically pulled
      down by checking the "scheduled?" checkbox.
This commit is contained in:
jrandom
2005-10-07 10:22:59 +00:00
committed by zzz
parent 4dd628dbc8
commit 7f6e65c76f
8 changed files with 99 additions and 12 deletions

View File

@ -219,7 +219,7 @@ public class I2PTunnelHTTPServer extends I2PTunnelServer {
protected void beginProcessing() throws IOException {
if (_log.shouldLog(Log.INFO))
_log.info("Beginning compression processing");
out.flush();
//out.flush();
_gzipOut = new InternalGZIPOutputStream(out);
out = _gzipOut;
}