Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
3
ÝPfË2 ã @ s¾ d dl mZ d dlZd dlZd dlZd dlZd dlZd dlmZm Z
d dlZddlm
Z
ddlmZ ddlmZ yd dlZejZW n, eefk
r® dZG dd „ d eƒZY nX yeZW n$ ek
rÜ G d
d„ deƒZY nX ddlmZmZmZmZ dd
l m!Z!m"Z" ddl#m$Z$m%Z%m&Z&m'Z'm(Z( ddl)m*Z* ddl+m,Z, ej-e.ƒZ/dddœZ0ej1dddƒZ2G dd„ de3ƒZ4G dd„ dee3ƒZG dd„ deƒZ5G dd„ de5ƒZ6dd„ Z7e�r¶e5Z8e6Z5ne4Z5dS )é )Úabsolute_importN)ÚerrorÚtimeouté )Úsix)ÚHTTPConnection)Ú
HTTPExceptionc @ s e Zd ZdS )ÚBaseSSLErrorN)Ú__name__Ú
__module__Ú__qualname__© r
r
ú /usr/lib/python3.6/connection.pyr s r c @ s e Zd ZdS )ÚConnectionErrorN)r
r r r
r
r
r r s r )ÚNewConnectionErrorÚConnectTimeoutErrorÚSubjectAltNameWarningÚSystemTimeWarning)Úmatch_hostnameÚCertificateError)Úresolve_cert_reqsÚresolve_ssl_versionÚassert_fingerprintÚcreate_urllib3_contextÚssl_wrap_socket)Ú
connection)ÚHTTPHeaderDictéP i» )ÚhttpÚhttpsià c @ s e Zd ZdZdS )ÚDummyConnectionz-Used to detect a failed ConnectionCls import.N)r
r r Ú__doc__r
r
r
r r A s r c @ sV e Zd ZdZed ZejejdfgZ dZ
dd„ Zdd„ Zd d
„ Z
dd„ Zddd„Zd
S )r a{
Based on httplib.HTTPConnection but provides an extra constructor
backwards-compatibility layer between older and newer Pythons.
Additional keyword parameters are used to configure attributes of the connection.
Accepted parameters include:
- ``strict``: See the documentation on :class:`urllib3.connectionpool.HTTPConnectionPool`
- ``source_address``: Set the source address for the current connection.
.. note:: This is ignored for Python 2.6. It is only applied for 2.7 and 3.x
- ``socket_options``: Set specific options on the underlying socket. If not specified, then
defaults are loaded from ``HTTPConnection.default_socket_options`` which includes disabling
Nagle's algorithm (sets TCP_NODELAY to 1) unless the connection is behind a proxy.
For example, if you wish to enable TCP Keep Alive in addition to the defaults,
you might pass::
HTTPConnection.default_socket_options + [
(socket.SOL_SOCKET, socket.SO_KEEPALIVE, 1),
]
Or you may want to disable the defaults by passing an empty list (e.g., ``[]``).
r r Fc O sZ t jr|jdd ƒ |jdƒ| _tjdk r4|jdd ƒ |jd| jƒ| _t j
| f|ž|Ž d S )NÚstrictÚsource_addressé é Úsocket_options)r$ r% )r ZPY3ÚpopÚgetr# ÚsysÚversion_infoÚdefault_socket_optionsr&