diff options
| -rw-r--r-- | sys/lib/python/hgext/hgwebfs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/lib/python/hgext/hgwebfs.py b/sys/lib/python/hgext/hgwebfs.py index 430269cf1..45abf8cb5 100644 --- a/sys/lib/python/hgext/hgwebfs.py +++ b/sys/lib/python/hgext/hgwebfs.py @@ -59,7 +59,7 @@ class Webconn: finally: ctl.close() - def read(self, amt=4096): + def read(self, amt=-1): return self.body.read(amt); def close(self): |
