aliyun-openapi-python-sdk
aliyun-openapi-python-sdk copied to clipboard
aliyun-python-sdk-core apsara protocol type bug
- ALL:
- aliyun-python-sdk-core-2.13.35:
- ALL: python sdk: aliyun-python-sdk-core-2.13.35 file: aliyunsdkcore\http\http_response.py line: 62 if protocol is PT.HTTPS: self.__ssl_enable = True FIX: if protocol == PT.HTTPS: self.__ssl_enable = True
apsara protocol type use http or https can use aliyunsdkcore.http.protocol_type to set protocol