[BUG] error in HTTPTestUtil.py
Alexander Belchenko
bialix at ukr.net
Tue Oct 25 20:04:45 BST 2005
This traceback is printed 3 times on the screen, not in the log. Running
latest bzr.dev selftest on Windows 2000 with firewall (is it
important?). But when firewall was stopped this error also appears.
Traceback (most recent call last):
File "C:\Python24\lib\SocketServer.py", line 222, in handle_request
self.process_request(request, client_address)
File "C:\Python24\lib\SocketServer.py", line 241, in process_request
self.finish_request(request, client_address)
File "C:\Python24\lib\SocketServer.py", line 254, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "C:\Python24\lib\SocketServer.py", line 521, in __init__
self.handle()
File "C:\Python24\lib\BaseHTTPServer.py", line 316, in handle
self.handle_one_request()
File
"E:\work\Python\bzr\bzr.dev-win\bzrlib\selftest\HTTPTestUtil.py", line
45, in handle_one_request
self.raw_requestline = self.rfile.readline()
File "C:\Python24\lib\socket.py", line 340, in readline
data = self._sock.recv(self._rbufsize)
error: (10035, 'The socket operation could not complete without blocking')
Alexander
More information about the bazaar
mailing list