Add small warning in httpclient's onProgressChanged docs.

This commit is contained in:
Dominik Picheta
2017-02-26 11:36:16 +01:00
parent 45765601e0
commit 912d95a6ea

View File

@@ -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