<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>

Rec           @   s{   d  d l  m Z m Z d  d l m Z d  d l m Z e rU d  d l m Z m	 Z	 n  i d d 6Z
 d   Z e d  Z d	 S(
   i(   t   CONTENT_CHUNK_SIZEt   Response(   t   NetworkConnectionError(   t   MYPY_CHECK_RUNNING(   t   Dictt   Iteratort   identitys   Accept-Encodingc         C   s   d } t  |  j t  rW y |  j j d  } Wq` t k
 rS |  j j d  } q` Xn	 |  j } d |  j k oz d k  n r d |  j | |  j f } n; d |  j k o d k  n r d |  j | |  j f } n  | r t | d	 |   n  d  S(
   Nu    s   utf-8s
   iso-8859-1i  i  u   %s Client Error: %s for url: %siX  u   %s Server Error: %s for url: %st   response(   t
   isinstancet   reasont   bytest   decodet   UnicodeDecodeErrort   status_codet   urlR   (   t   respt   http_error_msgR	   (    (    s   /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/network/utils.pyt   raise_for_status   s    	c         c   sr   y, x% |  j  j | d t D] } | Vq WWn? t k
 rm x/ t ri |  j  j |  } | sa Pn  | Vq? Wn Xd S(   s8   Given a requests Response, provide the data chunks.
    t   decode_contentN(   t   rawt   streamt   Falset   AttributeErrort   Truet   read(   R   t
   chunk_sizet   chunk(    (    s   /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/network/utils.pyt   response_chunks:   s    	N(   t   pip._vendor.requests.modelsR    R   t   pip._internal.exceptionsR   t   pip._internal.utils.typingR   t   typingR   R   t   HEADERSR   R   (    (    (    s   /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/network/utils.pyt   <module>   s   	