Revision 231db3a5 lib/http/__init__.py

b/lib/http/__init__.py
815 815
      buf = self._ContinueParsing(buf, eof)
816 816

  
817 817
      # Must be done only after the buffer has been evaluated
818
      # TODO: Connection-length < len(data read) and connection closed
818
      # TODO: Content-Length < len(data read) and connection closed
819 819
      if (eof and
820 820
          self.parser_status in (self.PS_START_LINE,
821 821
                                 self.PS_HEADERS)):

Also available in: Unified diff