refactor: replace with open file handler, avoid reading files into memory

This commit is contained in:
debugtalk
2019-12-13 11:17:26 +08:00
parent 9b5f150604
commit 0a4a8188cd
4 changed files with 12 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "2.4.1"
__version__ = "2.4.2"
__description__ = "One-stop solution for HTTP(S) testing."
__all__ = ["__version__", "__description__"]