diff --git a/lib/pure/httpclient.nim b/lib/pure/httpclient.nim index 8793c3f771..84f66b6dc6 100644 --- a/lib/pure/httpclient.nim +++ b/lib/pure/httpclient.nim @@ -84,6 +84,9 @@ ## .. code-block:: Nim ## client.onProgressChanged = nil ## +## **Warning:** The ``total`` reported by httpclient may be 0 in some cases. +## +## ## SSL/TLS support ## =============== ## This requires the OpenSSL library, fortunately it's widely used and installed