60
60
def handle_one_request(self):
61
61
"""Handle a single HTTP request.
63
81
You normally don't need to override this method; see the class
64
82
__doc__ string for information on how to handle specific HTTP
65
83
commands such as GET and POST.
68
88
for i in xrange(1,11): # Don't try more than 10 times