Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/twisted/protocols/haproxy/__pycache__/_wrapper.cpython-39.pyc
Ðазад
a k�h] � @ s� d Z ddlmZmZ ddlmZ ddlmZ ddlm Z ddl mZ ddlm Z dd lmZ dd lmZ G dd� de j�ZG d d� de j�Zejed�dd�ZdS )z@ Protocol wrapper that provides HAProxy PROXY protocol support. � )�Optional�Union)� interfaces)�_WrapperServerEndpoint)�policies� )�_info)�InvalidProxyHeader)�V1Parser)�V2Parserc s\ e Zd ZdZejejd�� fdd�Ze dd�dd�Z ejd �d d�Zejd �dd �Z � ZS )�HAProxyProtocolWrappera A Protocol wrapper that provides HAProxy support. This protocol reads the PROXY stream header, v1 or v2, parses the provided connection data, and modifies the behavior of getPeer and getHost to return the data provided by the PROXY header. )�factory�wrappedProtocolc s t � �||� d | _d | _d S �N)�super�__init__� _proxyInfo�_parser)�selfr r �� __class__� ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/twisted/protocols/haproxy/_wrapper.pyr s zHAProxyProtocolWrapper.__init__N)�data�returnc C s� | j d ur| j�|�S | j}|d u r�t|�dkrh|d d� tjkrht|dd� �d@ dkrht� | _}n8t|�dkr�|d d� tj kr�t� | _}n| � � d S z$|�|�\| _ }|r�| j�|� W n ty� | � � Y n0 d S )N� � � �� � � � ) r r �dataReceivedr �lenr �PREFIX�ordr ZPROXYSTRZloseConnection�feedr )r r �parser� remainingr r r r"