Skip to content

aliyun-python-sdk-core apsara protocol type bug #475

Open
@tiandao007

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions