Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
֦i| z d dl Z d dlZd dlZ d dlZddlmZ ddlmZ ddlmZ ddlm Z ddl
mZ eej ej fZ G d d ej Z G d
dej Zd Zd
Z G d de j( e j* Z G d dej. Zy# e$ r dZY w xY w) N ) constants)
exceptions) protocols)
transports)loggerc e Zd ZdZdZdZdZdZy)SSLProtocolState UNWRAPPEDDO_HANDSHAKEWRAPPEDFLUSHINGSHUTDOWNN)__name__
__module____qualname__r r r
r r )/usr/lib64/python3.12/asyncio/sslproto.pyr
r
s I!LGHHr r
c e Zd ZdZdZdZdZy)AppProtocolState
STATE_INITSTATE_CON_MADE STATE_EOFSTATE_CON_LOSTN)r r r r r r r r r r r r s J%NI%Nr r c Z | rt d t j }|sd|_ |S )Nz(Server side SSL needs a valid SSLContextF)
ValueErrorsslcreate_default_contextcheck_hostname)server_sideserver_hostname
sslcontexts r _create_transport_contextr$ / s2 CDD ++-J$)
!r c | ||dz }n
|}d|z }n| }||dz }n|}||cxk\ rdk\ sn t d|d|d ||fS )Ni r zhigh (z) must be >= low (z) must be >= 0)r )highlowkbhilos r add_flowcontrol_defaultsr, = sh |;dBBRB
{
1W
=q=b" # # r6Mr c e Zd ZdZej
j Zd ZddZ d Z
d Zd Zd Z
efd Zd
Zd Zd Zdd
Zd Zd ZddZd Zd Zed Zd Zd Zd Zd Zd Zd Z d Z!y)_SSLProtocolTransportTc . || _ || _ d| _ y )NF)_loop
_ssl_protocol_closed)selfloopssl_protocols r __init__z_SSLProtocolTransport.__init__X s
)r Nc : | j j || S )z#Get optional transport information.)r1 _get_extra_infor3 namedefaults r get_extra_infoz$_SSLProtocolTransport.get_extra_info] s !!11$@@r c : | j j | y N)r1 _set_app_protocol)r3 protocols r set_protocolz"_SSLProtocolTransport.set_protocola s ,,X6r c . | j j S r> )r1
_app_protocolr3 s r get_protocolz"_SSLProtocolTransport.get_protocold s !!///r c R | j xs | j j S r> )r2 r1 _is_transport_closingrD s r
is_closingz _SSLProtocolTransport.is_closingg s ||It11GGIIr c n | j s"d| _ | j j yd| _ y)a
Close the transport.
Buffered data will be flushed asynchronously. No more data
will be received. After all buffered data is flushed, the
protocol's connection_lost() method will (eventually) called
with None as its argument.
TN)r2 r1 _start_shutdownrD s r closez_SSLProtocolTransport.closej s, ||DL..0!%Dr c X | j sd| _ |j dt y y )NTz9unclosed transport )r2 warnResourceWarning)r3 _warningss r __del__z_SSLProtocolTransport.__del__x s) ||DLNN*
, r c 0 | j j S r> )r1 _app_reading_pausedrD s r
is_readingz _SSLProtocolTransport.is_reading s %%9999r c 8 | j j y)zPause the receiving end.
No data will be passed to the protocol's data_received()
method until resume_reading() is called.
N)r1 _pause_readingrD s r
pause_readingz#_SSLProtocolTransport.pause_reading s
))+r c 8 | j j y)zResume the receiving end.
Data received will once again be passed to the protocol's
data_received() method.
N)r1 _resume_readingrD s r resume_readingz$_SSLProtocolTransport.resume_reading s
**,r c p | j j || | j j y)a Set the high- and low-water limits for write flow control.
These two values control when to call the protocol's
pause_writing() and resume_writing() methods. If specified,
the low-water limit must be less than or equal to the
high-water limit. Neither value can be negative.
The defaults are implementation-specific. If only the
high-water limit is given, the low-water limit defaults to an
implementation-specific value less than or equal to the
high-water limit. Setting high to zero forces low to zero as
well, and causes pause_writing() to be called whenever the
buffer becomes non-empty. Setting low to zero causes
resume_writing() to be called only once the buffer is empty.
Use of zero for either limit is generally sub-optimal as it
reduces opportunities for doing I/O and computation
concurrently.
N)r1 _set_write_buffer_limits_control_app_writingr3 r' r( s r set_write_buffer_limitsz-_SSLProtocolTransport.set_write_buffer_limits s, &