Results 6 issues of veny

maybe I missed something but I don't see a way how to send a set of requests to server with only one Keep-Alive connection as the HTTP/1.1 specification allows. in...

at the moment the AOP Utils work only with currently NOT defined methods. e.g. method lib/client#create_class

bug

A connection to job server should be closed after some time when not used.

enhancement

[distutils](https://docs.python.org/3.10/library/distutils.html#module-distutils) is removed in Python 3.12. install.sh fails with following message: ``` ModuleNotFoundError: No module named 'distutils' Traceback (most recent call last): File "/tmp/oci_cli_install_tmp_gdAY", line 722, in main() File "/tmp/oci_cli_install_tmp_gdAY",...