HEX
Server: LiteSpeed
System: Linux atali.colombiahosting.com.co 5.14.0-570.12.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 13 06:11:55 EDT 2025 x86_64
User: coopserp (1713)
PHP: 8.2.29
Disabled: dl,exec,passthru,proc_open,proc_close,shell_exec,memory_limit,system,popen,curl_multi_exec,show_source,symlink,link,leak,listen,diskfreespace,tmpfile,ignore_user_abord,highlight_file,source,show_source,fpaththru,virtual,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,posix_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setid,posix_times,posix_ttyname,posix_uname,proc_get_status,proc_nice,proc_terminate
Upload Files
File: //usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.opt-1.pyc
a

t~�`�
�@sPddlmZddlmZmZddlmZddlmZ	dd�Z
dd	�Zd
d�ZdS)
�)�absolute_import)�!MultipartInvariantViolationDefect�StartBoundaryNotFoundDefect�)�HeaderParsingError)�http_clientcCsfz
|��WStyYn0z|jWSty8Yn0z|jduWStyXYn0td��dS)zt
    Checks whether a given file-like object is closed.

    :param obj:
        The file-like object to check.
    Nz)Unable to determine whether fp is closed.)Zisclosed�AttributeError�closed�fp�
ValueError)�obj�r
�9/usr/lib/python3.9/site-packages/urllib3/util/response.py�is_fp_closed	s
rcCs�t|tj�std�t|����t|dd�}t|dd�}d}|r^|��s^|�}t|tt	f�r^|}|rpdd�|D�}|sx|r�t
||d��dS)a>
    Asserts whether all headers have been successfully parsed.
    Extracts encountered errors from the result of parsing headers.

    Only works on Python 3.

    :param http.client.HTTPMessage headers: Headers to verify.

    :raises urllib3.exceptions.HeaderParsingError:
        If parsing errors are found.
    z"expected httplib.Message, got {0}.�defectsN�get_payloadcSsg|]}t|ttf�s|�qSr
)�
isinstancerr)�.0Zdefectr
r
r�
<listcomp>Rs
��z)assert_header_parsing.<locals>.<listcomp>)r�
unparsed_data)r�httplibZHTTPMessage�	TypeError�format�type�getattrZis_multipart�bytes�strr)ZheadersrrrZpayloadr
r
r�assert_header_parsing(s �rcCs$|j}t|t�r|dkS|��dkS)z�
    Checks whether the request of a response has been a HEAD-request.
    Handles the quirks of AppEngine.

    :param http.client.HTTPResponse response:
        Response to check if the originating request
        used 'HEAD' as a method.
    �ZHEAD)�_methodr�int�upper)Zresponse�methodr
r
r�is_response_to_head^s

r#N)
Z
__future__rZemail.errorsrr�
exceptionsrZpackages.six.movesrrrrr#r
r
r
r�<module>s6