
oTc           @   s5   d  d l  Z  d  d l Z d e  j f d     YZ d S(   iNt   FieldStoragec           B   s,   e  Z d    Z d   Z d   Z d   Z RS(   c         O   sa   y t  j j |  | |  Wn@ t k
 r\ } t |  d k rS t j d d   q] |  n Xd  S(   Ns   Maximum content length exceededt   statusi  (   t   cgiR    t   __init__t
   ValueErrort   strt   cherrypyt	   HTTPError(   t   selft   argst   kwdst   ex(    (    s%   /var/www/SABnzbd/cherrypy/_cpcgifs.pyR      s    c         C   s=   x6 |  j  j d  } | s( d |  _ Pn  |  j |  q Wd  S(   Ni   i   ii   (   t   fpt   readlinet   donet   _FieldStorage__write(   R   t   line(    (    s%   /var/www/SABnzbd/cherrypy/_cpcgifs.pyt   read_lines_to_eof   s    	c         C   s  d |  j  } | d } d } t } x |  j j d
  } | sK d |  _ Pn  | d  d k r | r | j   } | | k r} Pn  | | k r d |  _ Pq n  | } | d d k r d } | d  } t } n5 | d d	 k r d	 } | d  } t } n d } t } |  j | |  q& Wd  S(   Ns   --t    i   i   ii   is   
s   
i   (   t   outerboundaryt   TrueR   R   R   t   stript   FalseR   (   R   t   nextt   lastt   delimt   last_line_lfendR   t   strippedlinet   odelim(    (    s%   /var/www/SABnzbd/cherrypy/_cpcgifs.pyt   read_lines_to_outerboundary   s8    
		
	
	c         C   s   |  j  s |  j r d  Sd |  j  } | d } t } x |  j j d  } | s\ d |  _ Pn  | d  d k r | r | j   } | | k r Pn  | | k r d |  _ Pq n  | j d  r t } q7 t } q7 Wd  S(   Ns   --i   i   ii   s   
i   (   R   R   R   R   R   R   t   endswithR   (   R   R   R   R   R   R   (    (    s%   /var/www/SABnzbd/cherrypy/_cpcgifs.pyt
   skip_lines8   s(    
			(   t   __name__t
   __module__R   R   R   R   (    (    (    s%   /var/www/SABnzbd/cherrypy/_cpcgifs.pyR       s   					 (   R   R   R    (    (    (    s%   /var/www/SABnzbd/cherrypy/_cpcgifs.pyt   <module>   s   