Current File : //usr/lib/python3/dist-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc |
�
/�g% � � � d dl mZ d dlZddlmZ ddlmZ ddlmZ ddl m
Z
mZ d � Zej ddfd
�Zd� Zd� Zd
� Z ed� Zy)� )�absolute_importN� )�_appengine_environ)�LocationParseError)�six� )�NoWayToWaitForSocketError�
wait_for_readc �f � t | dd� }|du ry|�y t |d�� S # t $ r Y yw xY w)a$
Returns True if the connection is dropped and should be closed.
:param conn:
:class:`http.client.HTTPConnection` object.
Note: For platforms like AppEngine, this will always return ``False`` to
let the platform handle connection recycling transparently for us.
�sockFTg )�timeout)�getattrr
r )�connr s �E/usr/lib/python3/dist-packages/pip/_vendor/urllib3/util/connection.py�is_connection_droppedr sH � � �4���'�D��u�}���|����T�3�/�/��$� ���s �$ � 0�0c �� � | \ }}|j d� r|j d� }d}t � } |j d� t j |||t j � D ]z }|\ } }
}}}
d} t j | |
|� }t ||� |t j ur|j |� |r|j |� |j |
� |c S |�|�t j d� �# t $ r% t j t d|z � d� cY S w xY w# t j $ r }|}|�|j# � d}Y d}~��d}~ww xY w)ak Connect to *address* and return the socket object.
Convenience function. Connect to *address* (a 2-tuple ``(host,
port)``) and return the socket object. Passing the optional
*timeout* parameter will set the timeout on the socket instance
before attempting to connect. If no *timeout* is supplied, the
global default timeout setting returned by :func:`socket.getdefaulttimeout`
is used. If *source_address* is set it must be a tuple of (host, port)
for the socket to bind as a source address before making the connection.
An host of '' or port 0 tells the OS to use the default.
�[z[]N�idnaz'%s', label empty or too longz!getaddrinfo returns an empty list)�
startswith�strip�allowed_gai_family�encode�UnicodeErrorr �
raise_fromr �socket�getaddrinfo�SOCK_STREAM�_set_socket_options�_GLOBAL_DEFAULT_TIMEOUT�
settimeout�bind�connect�error�close)�addressr
�source_address�socket_options�host�port�err�family�res�af�socktype�proto� canonname�sar �es r �create_connectionr3 % s^ � �$ �J�D�$����s���z�z�$���
�C�
�
!�F�
����F�� �!�!�$��f�f�6H�6H�I� ��-0�*��H�e�Y���� ��=�=��X�u�5�D�
��n�5��f�<�<�<�����(��� � �.�)��L�L����K��, ��� �
�,�,�:�
;�;��= �
��~�~��?�$�F�G��
�
�
��* �|�|� ��C����
�
������ �s* �D �:A+D3�+D0�/D0�3E&�E!�!E&c �6 � |�y |D ] } | j |� � y )N)�
setsockopt)r �options�opts r r r d s'