| Server IP : 118.27.122.248 / Your IP : 216.73.216.67 Web Server : Apache System : Linux web0264.sh.tyo1 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64 User : c9415830 ( 11735) PHP Version : 8.4.17 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python37/lib64/python3.7/site-packages/aiohttp/__pycache__/ |
Upload File : |
B
�Z�_�
� @ s: d dl Z d dlmZmZ ddlmZ G dd� de j�ZdS )� N)�Optional�cast� )�tcp_nodelayc @ s� e Zd ZdZejdd�dd�Zdd�dd�Zdd�d d
�Zdd�dd�Z dd�d
d�Z
ejdd�dd�Ze
e dd�dd�Zdd�dd�ZdS )�BaseProtocol)�_loop�_paused�
_drain_waiter�_connection_lost�_reading_paused� transportN)�loop�returnc C s( || _ d| _d | _d| _d| _d | _d S )NF)r r r r
r r )�selfr
� r �H/opt/alt/python37/lib64/python3.7/site-packages/aiohttp/base_protocol.py�__init__ s zBaseProtocol.__init__)r c C s | j r
t�d| _ d S )NT)r �AssertionError)r r r r �
pause_writing s
zBaseProtocol.pause_writingc C s: | j s
t�d| _ | j}|d k r6d | _|�� s6|�d � d S )NF)r r r �done�
set_result)r �waiterr r r �resume_writing s
zBaseProtocol.resume_writingc
C sD | j s@| jd k r@y| j�� W n tttfk
r8 Y nX d| _ d S )NT)r r �
pause_reading�AttributeError�NotImplementedError�RuntimeError)r r r r r ( s zBaseProtocol.pause_readingc
C sD | j r@| jd k r@y| j�� W n tttfk
r8 Y nX d| _ d S )NF)r r �resume_readingr r r )r r r r r 0 s zBaseProtocol.resume_reading)r r c C s t tj|�}t|d� || _d S )NT)r �asyncioZ Transportr r )r r Ztrr r r �connection_made8 s
zBaseProtocol.connection_made)�excr c C s\ d| _ d | _| jsd S | j}|d kr(d S d | _|�� r:d S |d krN|�d � n
|�|� d S )NT)r
r r r r r Z
set_exception)r r r r r r �connection_lost= s zBaseProtocol.connection_lostc � sP | j rtd��| jsd S | j}|d ks2|�� s2t�| j�� }|| _|I d H d S )NzConnection lost)r
�ConnectionResetErrorr r Z cancelledr r Z
create_future)r r r r r �
_drain_helperN s
zBaseProtocol._drain_helper)�__name__�
__module__�__qualname__� __slots__r ZAbstractEventLoopr r r r r Z
BaseTransportr r �
BaseExceptionr! r# r r r r r s
r )r �typingr r Ztcp_helpersr ZProtocolr r r r r �<module> s