Home | History | Annotate | Download | only in functional

Lines Matching full:conn

1612     conn = None
1614 conn = urllib2.urlopen('http://localhost:%d' % self._test_server_port)
1619 if conn:
1620 conn.close()