commit 739dddc8cf4fc267db1ae50c881c7597523bd26f
parent 57ff7e54dbe8dc3550bde77eb8793c3bc3f96894
Author: Daniel Chavez <dacechavez@gmail.com>
Date: Sun, 5 May 2019 10:30:51 +0200
mention artificial body_read restriction
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/api/python.md b/api/python.md
@@ -630,6 +630,8 @@ bytes read and data in a tuple.
A returned length of 0 bytes indicates the end of the HTTP body.
+A RuntimeError exception is thrown if the *length* parameter is greater than 1024.
+
| Parameter | Description |
| --- | --- |
| length | The number of bytes to read. |