Files
nginx-unit/test
Valentin Bartenev 510c2e15c5 Python: adjusted input.read(size) argument value interpretation.
Previously, passing 0 resulted in reading the whole body and all negative
values raised an exception.

Now the behaviour is in consistentance with io.RawIOBase.read() interface,
and passing 0 returns empty (byte) string, while -1 results in reading the
whole body.
2018-09-20 16:04:49 +03:00
..
2018-06-08 18:32:55 +03:00
2018-07-11 19:35:46 +03:00
2018-08-06 17:27:33 +03:00