~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/HTTPTestUtil.py

todo

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
                self.raw_requestline = self.rfile.readline()
46
46
            except socket.error, e:
47
47
                if e.args[0] == errno.EAGAIN:
48
 
                    # omitted for now because some tests look at the log of
49
 
                    # the server and expect to see no errors.  see recent
50
 
                    # email thread. -- mbp 20051021. 
51
 
                    ## self.log_message('EAGAIN (%d) while reading from raw_requestline' % i)
 
48
                    self.log_message('EAGAIN (%d) while reading from raw_requestline' % i)
52
49
                    time.sleep(0.01)
53
50
                    continue
54
51
                raise