/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/transport/http/__init__.py

  • Committer: Aaron Bentley
  • Date: 2007-06-28 02:25:37 UTC
  • mfrom: (2557 +trunk)
  • mto: (2520.5.2 bzr.mpbundle)
  • mto: This revision was merged to the branch mainline in revision 2631.
  • Revision ID: aaron.bentley@utoronto.ca-20070628022537-40re9wj8x04ehl61
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
                raise errors.InvalidHttpResponse(url,
99
99
                    'Opening header line did not start with HTTP: %s'
100
100
                    % (first_line,))
101
 
                assert False, 'Opening header line was not HTTP'
102
101
            else:
103
102
                break # We are done parsing
104
103
        first_header = False