Files
old-parkingkoncept/parkingkonceptvenv/lib/python3.7/site-packages/urllib3/__pycache__/connectionpool.cpython-37.pyc

347 lines
23 KiB
Plaintext
Raw Normal View History

2019-11-17 12:44:16 +01:00
B
#U<>]^<5E><00>@s<>ddlmZddlZddlZddlZddlZddlmZm Z
ddlZddl m Z m Z mZmZmZmZmZmZmZmZmZmZmZddlmZddlmZddlmZdd lm Z m!Z!m"Z"m#Z#m$Z$m%Z%m&Z&dd
l'm(Z(dd l)m*Z*dd l+m,Z,dd l-m.Z.ddl/m0Z0ddl1m2Z2ddl3m4Z4ddl5m6Z6m7Z7m8Z8m9Z:m;Z;ddl<m=Z=ej>j?Z?e<03>@eA<65>ZBeC<65>ZDGdd<14>deC<65>ZEejFejGhZHGdd<16>deEe(<28>ZIGdd<18>deI<65>ZJdd<1A>ZKdd<1C>Z9dS)<1D>)<01>absolute_importN)<02>error<6F>timeout<75>) <0A>ClosedPoolError<6F> ProtocolError<6F>EmptyPoolError<6F>HeaderParsingError<6F>HostChangedError<6F>LocationValueError<6F> MaxRetryError<6F>
ProxyError<EFBFBD>ReadTimeoutError<6F>SSLError<6F> TimeoutError<6F>InsecureRequestWarning<6E>NewConnectionError)<01>CertificateError)<01>six)<01>queue)<07>port_by_scheme<6D>DummyConnection<6F>HTTPConnection<6F>HTTPSConnection<6F>VerifiedHTTPSConnection<6F> HTTPException<6F> BaseSSLError)<01>RequestMethods)<01> HTTPResponse)<01>is_connection_dropped)<01>set_file_position)<01>assert_header_parsing)<01>Retry)<01>Timeout)<05>get_host<73> parse_url<72>Url<72>_normalize_host<73>_encode_target)<01> LifoQueuec@sBeZdZdZdZeZd dd<04>Zdd<06>Zdd<08>Z d d
<EFBFBD>Z
d d <0C>Z dS)<0E>ConnectionPoolzz
Base class for all connection pools, such as
:class:`.HTTPConnectionPool` and :class:`.HTTPSConnectionPool`.
NcCs0|s td<01><01>t||jd<02>|_|<01><04>|_||_dS)NzNo host specified.)<01>scheme)r r'r+<00>host<73>lower<65> _proxy_host<73>port)<03>selfr,r/<00>r1<00>;/tmp/pip-install-zuyyrlx8/urllib3/urllib3/connectionpool.py<70>__init__Is

zConnectionPool.__init__cCsdt|<00>j|j|jfS)Nz%s(host=%r, port=%r))<04>type<70>__name__r,r/)r0r1r1r2<00>__str__QszConnectionPool.__str__cCs|S)Nr1)r0r1r1r2<00> __enter__TszConnectionPool.__enter__cCs |<00><00>dS)NF)<01>close)r0<00>exc_type<70>exc_val<61>exc_tbr1r1r2<00>__exit__WszConnectionPool.__exit__cCsdS)zD
Close all pooled connections and disable the pool.
Nr1)r0r1r1r2r8\szConnectionPool.close)N) r5<00>
__module__<EFBFBD> __qualname__<5F>__doc__r+r)<00>QueueClsr3r6r7r<r8r1r1r1r2r*@s
r*c
@s<>eZdZdZdZeZeZdde j
ddddddf dd<07>Z dd <09>Z d!d
d <0B>Z d d <0A>Zdd<0F>Zdd<11>Zdd<13>Zdd<15>Zedfdd<17>Zdd<19>Zdd<1B>Zdd<1D>Zdddddeddddf
dd <20>ZdS)"<22>HTTPConnectionPoolaN
Thread-safe connection pool for one host.
:param host:
Host used for this HTTP Connection (e.g. "localhost"), passed into
:class:`httplib.HTTPConnection`.
:param port:
Port used for this HTTP Connection (None is equivalent to 80), passed
into :class:`httplib.HTTPConnection`.
:param strict:
Causes BadStatusLine to be raised if the status line can't be parsed
as a valid HTTP/1.0 or 1.1 status line, passed into
:class:`httplib.HTTPConnection`.
.. note::
Only works in Python 2. This parameter is ignored in Python 3.
:param timeout:
Socket timeout in seconds for each individual connection. This can
be a float or integer, which sets the timeout for the HTTP request,
or an instance of :class:`urllib3.util.Timeout` which gives you more
fine-grained control over request timeouts. After the constructor has
been parsed, this is always a `urllib3.util.Timeout` object.
:param maxsize:
Number of connections to save that can be reused. More than 1 is useful
in multithreaded situations. If ``block`` is set to False, more
connections will be created but they will not be saved once they've
been used.
:param block:
If set to True, no more than ``maxsize`` connections will be used at
a time. When no free connections are available, the call will block
until a connection has been released. This is a useful side effect for
particular multithreaded situations where one does not want to use more
than maxsize connections per host to prevent flooding.
:param headers:
Headers to include with all requests, unless other headers are given
explicitly.
:param retries:
Retry configuration to use by default with requests in this pool.
:param _proxy:
Parsed proxy URL, should not be used directly, instead, see
:class:`urllib3.connectionpool.ProxyManager`"
:param _proxy_headers:
A dictionary with proxy headers, should not be used directly,
instead, see :class:`urllib3.connectionpool.ProxyManager`"
:param \**conn_kw:
Additional parameters are used to create fresh :class:`urllib3.connection.HTTPConnection`,
:class:`urllib3.connection.HTTPSConnection` instances.
<20>httpNFrc Ks<>t<00>|||<02>t<02>||<07>||_t|t<05>s4t<05>|<04>}|dkrBtj}||_ ||_
|<00> |<05>|_ ||_ | |_|
pli|_xt|<05>D]} |j <0C>d<00>qzWd|_d|_| |_|jr<>|j<14>dg<00>dS)Nr<00>socket_options)r*r3r<00>strict<63>
isinstancer#<00>
from_floatr"<00>DEFAULTr<00>retriesr@<00>pool<6F>block<63>proxy<78> proxy_headers<72>xrange<67>put<75>num_connections<6E> num_requests<74>conn_kw<6B>
setdefault) r0r,r/rDr<00>maxsizerJ<00>headersrH<00>_proxy<78>_proxy_headersrQ<00>_r1r1r2r3<00>s( 

 
zHTTPConnectionPool.__init__cCsR|jd7_t<01>d|j|j|jp$d<03>|jf|j|j|jj|jd<04>|j <09><02>}|S)z9
Return a fresh :class:`HTTPConnection`.
rz(Starting new HTTP connection (%d): %s:%s<>80)r,r/rrD)
rO<00>log<6F>debugr,r/<00> ConnectionClsr<00>connect_timeoutrDrQ)r0<00>connr1r1r2<00> _new_conn<6E>s 
zHTTPConnectionPool._new_conncCs<>d}y|jj|j|d<02>}WnBtk
r8t|d<03><02>Yn&tjk
r\|jrXt|d<04><02>YnX|r<>t|<02>r<>t <09>
d|j <0B>|<02> <0C>t |dd<07>dkr<>d}|p<>|<00><0E>S) a<>
Get a connection. Will return a pooled connection if one is available.
If no connections are available and :prop:`.block` is ``False``, then a
fresh connection is returned.
:param timeout:
Seconds to wait before giving up and raising
:class:`urllib3.exceptions.EmptyPoolError` if the pool is empty and
:prop:`.block` is ``True``.
N)rJrzPool is closed.z>Pool reached maximum size and no more connections are allowed.z Resetting dropped connection: %s<> auto_openrr)rI<00>getrJ<00>AttributeErrorrr<00>EmptyrrrYrZr,r8<00>getattrr^)r0rr]r1r1r2<00> _get_conn<6E>s"  zHTTPConnectionPool._get_conncCs\y|jj|dd<02>dStk
r(Yn$tjk
rJt<05>d|j<07>YnX|rX|<01><08>dS)a<>
Put a connection back into the pool.
:param conn:
Connection object for the current host and port as returned by
:meth:`._new_conn` or :meth:`._get_conn`.
If the pool is already full, the connection is closed and discarded
because we exceeded maxsize. If connections are discarded frequently,
then maxsize should be increased.
If the pool is closed, then the connection will be closed and discarded.
F)rJNz2Connection pool is full, discarding connection: %s) rIrNrar<00>FullrY<00>warningr,r8)r0r]r1r1r2<00> _put_connszHTTPConnectionPool._put_conncCsdS)zU
Called right before a request is made, after the socket is created.
Nr1)r0r]r1r1r2<00>_validate_conn0sz!HTTPConnectionPool._validate_conncCsdS)Nr1)r0r]r1r1r2<00>_prepare_proxy6sz!HTTPConnectionPool._prepare_proxycCs2|tkr|j<01><02>St|t<04>r$|<01><02>St<04>|<01>SdS)z< Helper that always returns a :class:`urllib3.util.Timeout` N)<06>_Defaultr<00>clonerEr#rF)r0rr1r1r2<00> _get_timeout:s


zHTTPConnectionPool._get_timeoutcCsjt|t<01>rt||d|<00><03>t|d<02>r>|jtkr>t||d|<00><03>dt|<01>ksVdt|<01>krft||d|<00><03>dS)zAIs the error actually a timeout? Will raise a ReadTimeout or passz!Read timed out. (read timeout=%s)<29>errnoz timed outzdid not complete (read)N)rE<00> SocketTimeoutr<00>hasattrrm<00>_blocking_errnos<6F>str)r0<00>err<72>url<72> timeout_valuer1r1r2<00>_raise_timeoutFs
z!HTTPConnectionPool._raise_timeoutc Ks|jd7_|<00>|<04>}|<07><02>|j|_y|<00>|<01>Wn:ttfk
rp}z|j|||jd<02><00>Wdd}~XYnX|r<>|j ||f|<06>n|j
||f|<06>|j } t |dd<03>r<>| dkr<>t ||d| <00><03>| tjkr<>|j<10>t<12><13><00>n |j<10>| <09>yjy|jdd<08>}
WnTtk
<EFBFBD>rPy |<01><14>}
Wn0tk
<EFBFBD>rJ}zt<17>|d<03>Wdd}~XYnXYnXWn<tttfk
<EFBFBD>r<>}z|j||| d<02><00>Wdd}~XYnXt |d d
<EFBFBD>} t<1A>d |j|j|j||| |
j|
j <20> yt!|
j"<22>Wn@t#tfk
<EFBFBD>r} ztj$d |<00>%|<03>| dd <0A>Wdd} ~ XYnX|
S)a
Perform a request on a given urllib connection object taken from our
pool.
:param conn:
a connection from one of our connection pools
:param timeout:
Socket timeout in seconds for the request. This can be a
float or integer, which will set the same timeout value for
the socket connect and the socket read, or an instance of
:class:`urllib3.util.Timeout`, which gives you more fine-grained
control over your timeouts.
r)rrrsrtN<>sockrz!Read timed out. (read timeout=%s)T)<01> buffering<6E> _http_vsn_strzHTTP/?z%s://%s:%s "%s %s %s" %s %sz$Failed to parse headers (url=%s): %s)<01>exc_info)&rPrl<00> start_connectr\rrhrnrru<00>request_chunked<65>request<73> read_timeoutrcrr#<00>DEFAULT_TIMEOUTrv<00>
settimeout<EFBFBD>socket<65>getdefaulttimeout<75> getresponse<73> TypeError<6F> BaseExceptionr<00>
raise_from<EFBFBD> SocketErrorrYrZr+r,r/<00>status<75>lengthr!<00>msgr rf<00> _absolute_url) r0r]<00>methodrsr<00>chunked<65>httplib_request_kw<6B> timeout_obj<62>er}<00>httplib_response<73> http_version<6F>hper1r1r2<00> _make_request_sf
 
  ( z HTTPConnectionPool._make_requestcCst|j|j|j|d<01>jS)N)r+r,r/<00>path)r&r+r,r/rs)r0r<>r1r1r2r<><00>sz HTTPConnectionPool._absolute_urlcCsZ|jdkrdS|jd}|_y"x|jdd<03>}|r |<02><02>q WWntjk
rTYnXdS)zD
Close all pooled connections and disable the pool.
NF)rJ)rIr`r8rrb)r0<00>old_poolr]r1r1r2r8<00>s
 zHTTPConnectionPool.closecCsx|<01>d<01>rdSt|<01>\}}}|dk r0t||d<04>}|jrF|sFt<04>|<02>}n|js^|t<04>|<02>kr^d}|||f|j|j|jfkS)zj
Check if the given ``url`` is a member of the same host as this
connection pool.
<20>/TN)r+)<08>
startswithr$r'r/rr`r+r,)r0rsr+r,r/r1r1r2<00> is_same_host<73>s
 
 zHTTPConnectionPool.is_same_hostTc Ks<>|dkr|j}t|t<02>s*tj|||jd<02>}|
dkr>| <0A>dd<04>}
|rX|<00>|<02>sXt|||<05><03>|<02>d<05>rrt <09>
t |<02><01>}nt <09>
t |<02>j <0A>}d}|
}|jdkr<>|<04><0F>}|<04>|j<11>d}d}t|| <0C>} <0C>zty<74>|<00>|<08>}|j| d<08>}|j|_|jdk o<>t|d d<01> }|<13>r|<00>|<0E>|j||||||| d
<EFBFBD>}|
<EFBFBD>s(|nd}|| d <|jj|f|||d <0C>| <0A><02>}d}Wn<>tjk
<EFBFBD>rxt|d <0A><02>Yn<>t t!t"t#t$t%t&fk
<EFBFBD>r,}z<>d}t|t$t&f<02><02>r<>t%|<17>}n>t|t"t'f<02><02>r<>|j<17>r<>t(d|<17>}nt|t"t!f<02><02>r<>t#d|<17>}|j)||||t*<2A>+<2B>dd<11>}|<05>,<2C>|}Wdd}~XYnXWd|<11>sJ|<0E>oD|<0E>-<2D>}d}|<0F>rZ|<00>.|<0E>X|<0E>s<>t/<2F>0d|||<02>|j1|||||||f|| |
| d<13>| <0A><02>Sdd<15>}|<06>o<>|<16>2<EFBFBD>}|<19>rN|j3dk<02>r<>d}y|j)||||d<18>}Wn(t4k
<EFBFBD>r|j5<6A>r||<16><00>|SX||<16>|<05>6|<16>t/<2F>7d||<19>|j1||||f||||| |
| d<1A>| <0A><02>St8|<16>9d<1B><01>}|<05>:||j3|<1A><03>r<>y|j)||||d<18>}Wn(t4k
<EFBFBD>r<>|j;<3B>r<>||<16><00>|SX||<16>|<05>,|<16>t/<2F>7d|<02>|j1||||f||||| |
| d<1A>| <0A><02>S|S)a<>
Get a connection from the pool and perform an HTTP request. This is the
lowest level call for making a request, so you'll need to specify all
the raw details.
.. note::
More commonly, it's appropriate to use a convenience method provided
by :class:`.RequestMethods`, such as :meth:`request`.
.. note::
`release_conn` will only behave as expected if
`preload_content=False` because we want to make
`preload_content=False` the default behaviour someday soon without
breaking backwards compatibility.
:param method:
HTTP request method (such as GET, POST, PUT, etc.)
:param body:
Data to send in the request body (useful for creating
POST requests, see HTTPConnectionPool.post_url for
more convenience).
:param headers:
Dictionary of custom headers to send, such as User-Agent,
If-None-Match, etc. If None, pool headers are used. If provided,
these headers completely replace any pool-specific headers.
:param retries:
Configure the number of retries to allow before raising a
:class:`~urllib3.exceptions.MaxRetryError` exception.
Pass ``None`` to retry until you receive a response. Pass a
:class:`~urllib3.util.retry.Retry` object for fine-grained control
over different types of retries.
Pass an integer number to retry connection errors that many times,
but no other types of errors. Pass zero to never retry.
If ``False``, then retries are disabled and any exception is raised
immediately. Also, instead of raising a MaxRetryError on redirects,
the redirect response will be returned.
:type retries: :class:`~urllib3.util.retry.Retry`, False, or an int.
:param redirect:
If True, automatically handle redirects (status codes 301, 302,
303, 307, 308). Each redirect counts as a retry. Disabling retries
will disable redirect, too.
:param assert_same_host:
If ``True``, will make sure that the host of the pool requests is
consistent else will raise HostChangedError. When False, you can
use the pool on an HTTP proxy and request foreign hosts.
:param timeout:
If specified, overrides the default timeout for this one
request. It may be a float (in seconds) or an instance of
:class:`urllib3.util.Timeout`.
:param pool_timeout:
If set and the pool is set to block=True, then this method will
block for ``pool_timeout`` seconds and raise EmptyPoolError if no
connection is available within the time period.
:param release_conn:
If False, then the urlopen call will not release the connection
back into the pool once a response is received (but will release if
you read the entire contents of the response such as when
`preload_content=True`). This is useful if you're not preloading
the response's content immediately. You will need to call
``r.release_conn()`` on the response ``r`` to return the connection
back into the pool. If None, it takes the value of
``response_kw.get('preload_content', True)``.
:param chunked:
If True, urllib3 will send the body using chunked transfer
encoding. Otherwise, urllib3 will send the body using the standard
content-length form. Defaults to False.
:param int body_pos:
Position to seek to in file-like body in the event of a retry or
redirect. Typically this won't need to be set because urllib3 will
auto-populate the value when needed.
:param \**response_kw:
Additional parameters are passed to
:meth:`urllib3.response.HTTPResponse.from_httplib`
N)<02>redirect<63>default<6C>preload_contentTr<54>rBF)rrv)r<00>bodyrTr<><00>request_method)rI<00>
connectionrHz"No pool connections are available.zCannot connect to proxy.zConnection aborted.<2E>)r<00>_pool<6F> _stacktracez1Retrying (%r) after connection broken by '%r': %s)r<00> pool_timeout<75> release_conn<6E>body_posc Ss2y |<00><00>Wn ttttttfk
r,YnXdS)N)<07>readrrr<>rrr)<01>responser1r1r2<00>drain_and_release_conn<6E>s z:HTTPConnectionPool.urlopen.<locals>.drain_and_release_conni/<00>GET)r<>r<>zRedirecting %s -> %s)rHr<><00>assert_same_hostrr<>r<>r<>z Retry-Afterz Retry: %s)<rTrEr"<00>from_intrHr`r<>r
r<>r<00>
ensure_strr(r%rsr+<00>copy<70>updaterLr rlrdr\rrKrcrir<><00> ResponseCls<6C> from_httplibrrbrrrr<>rrrrrr <00> increment<6E>sysry<00>sleepr8rgrYrf<00>urlopen<65>get_redirect_locationr<6E>r <00>raise_on_redirect<63>sleep_for_retryrZ<00>bool<6F> getheader<65>is_retry<72>raise_on_status)r0r<>rsr<>rTrHr<>r<>rr<>r<>r<>r<><00> response_kwr]<00>release_this_connrr<00>
clean_exitr<EFBFBD><00>is_new_proxy_connr<6E><00> response_connr<6E>r<>r<><00>redirect_location<6F>has_retry_afterr1r1r2r<><00>sj
  
 
 

   

 
  

 zHTTPConnectionPool.urlopen)N)r5r=r>r?r+rr[rr<>r#r~r3r^rdrgrhrirlrurjr<>r<>r8r<>r<>r1r1r1r2rAgsD: &
' drAcspeZdZdZdZeZddejdddddddddddddddfdd<07>Z dd <09>Z
d
d <0B>Z d d <0A>Z <0C>fdd<0F>Z <0A>ZS)<10>HTTPSConnectionPoola<6C>
Same as :class:`.HTTPConnectionPool`, but HTTPS.
When Python is compiled with the :mod:`ssl` module, then
:class:`.VerifiedHTTPSConnection` is used, which *can* verify certificates,
instead of :class:`.HTTPSConnection`.
:class:`.VerifiedHTTPSConnection` uses one of ``assert_fingerprint``,
``assert_hostname`` and ``host`` in this order to verify connections.
If ``assert_hostname`` is False, no verification is done.
The ``key_file``, ``cert_file``, ``cert_reqs``, ``ca_certs``,
``ca_cert_dir``, ``ssl_version``, ``key_password`` are only used if :mod:`ssl`
is available and are fed into :meth:`urllib3.util.ssl_wrap_socket` to upgrade
the connection socket into an SSL socket.
<20>httpsNFrc Ks\tj|||||||||| |
f |<14>| |_| |_| |_||_||_||_||_||_ ||_
dS)N) rAr3<00>key_file<6C> cert_file<6C> cert_reqs<71> key_password<72>ca_certs<74> ca_cert_dir<69> ssl_version<6F>assert_hostname<6D>assert_fingerprint)r0r,r/rDrrSrJrTrHrUrVr<>r<>r<>r<>r<>r<>r<>r<>r<>rQr1r1r2r3is,zHTTPSConnectionPool.__init__c
Cs@t|t<01>r<|j|j|j|j|j|j|j|j |j
d<01>|j |_ |S)z<>
Prepare the ``connection`` for :meth:`urllib3.util.ssl_wrap_socket`
and establish the tunnel if proxy is used.
)r<>r<>r<>r<>r<>r<>r<>r<>) rEr<00>set_certr<74>r<>r<>r<>r<>r<>r<>r<>r<>)r0r]r1r1r2<00> _prepare_conn<6E>s

z!HTTPSConnectionPool._prepare_conncCs |<01>|j|j|j<03>|<01><04>dS)z<>
Establish tunnel connection early, because otherwise httplib
would improperly set Host: header to proxy's IP:port.
N)<05>
set_tunnelr.r/rL<00>connect)r0r]r1r1r2ri<00>sz"HTTPSConnectionPool._prepare_proxyc
Cs<>|jd7_t<01>d|j|j|jp$d<03>|jr8|jtkr@td<04><01>|j}|j}|jdk rf|jj}|jj}|jf|||j j
|j |j |j |jd<06>|j<0F><02>}|<00>|<03>S)zB
Return a fresh :class:`httplib.HTTPSConnection`.
rz)Starting new HTTPS connection (%d): %s:%s<>443zCCan't connect to HTTPS URL because the SSL module is not available.N)r,r/rrDr<>r<>r<>)rOrYrZr,r/r[rrrKrr\rDr<>r<>r<>rQr<>)r0<00> actual_host<73> actual_portr]r1r1r2r^<00>s0 

zHTTPSConnectionPool._new_conncs:tt|<00><02>|<01>t|dd<02>s$|<01><04>|js6t<06>dt<08>dS)zU
Called right before a request is made, after the socket is created.
rvNz<4E>Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings) <09>superr<72>rhrcr<><00> is_verified<65>warnings<67>warnr)r0r])<01> __class__r1r2rh<00>s z"HTTPSConnectionPool._validate_conn)r5r=r>r?r+rr[r#r~r3r<>rir^rh<00> __classcell__r1r1)r<>r2r<>Ts2 $r<>cKsRt|<00>\}}}|pt<01>|d<01>}|dkr:t|fd|i|<01><02>St|fd|i|<01><02>SdS)a<>
Given a url, return an :class:`.ConnectionPool` instance of its host.
This is a shortcut for not having to parse out the scheme, host, and port
of the url before creating an :class:`.ConnectionPool` instance.
:param url:
Absolute URL string that must include the scheme. Port is optional.
:param \**kw:
Passes additional parameters to the constructor of the appropriate
:class:`.ConnectionPool`. Useful for specifying things like
timeout, maxsize, headers, etc.
Example::
>>> conn = connection_from_url('http://google.com/')
>>> r = conn.request('GET', '/')
<20>Pr<>r/N)r$rr`r<>rA)rs<00>kwr+r,r/r1r1r2<00>connection_from_url<72>s
r<>cCs.t||<01>}|<00>d<01>r*|<00>d<02>r*|dd<04>}|S)z?
Normalize hosts for comparisons and use with sockets.
<20>[<5B>]r<00><><EFBFBD><EFBFBD><EFBFBD>)<03>normalize_hostr<74><00>endswith)r,r+r1r1r2r' s
 r')L<>
__future__rrm<00>loggingr<67>r<>r<>rr<>rrn<00>
exceptionsrrrr r
r r r rrrrrZpackages.ssl_match_hostnamer<00>packagesrZpackages.six.movesrr<>rrrrrrrr|rr<>rZutil.connectionrZ util.requestr Z util.responser!Z
util.retryr"Z util.timeoutr#Zutil.urlr$r%r&r'r<>r(Z
util.queuer)<00>movesrM<00> getLoggerr5rY<00>objectrjr*<00>EAGAIN<49> EWOULDBLOCKrprAr<>r<>r1r1r1r2<00><module>sF <   $        
$ r