mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-11 01:50:59 +00:00
syntax
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2616 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
8a614445c6
commit
3407ab362d
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ class HttpServerTest (linkcheck.ftests.StandardTest):
|
|||
"""
|
||||
Send QUIT request to http server.
|
||||
"""
|
||||
conn = httplib.HTTPConnection("localhost:%d"%self.port)
|
||||
conn = httplib.HTTPConnection("localhost:%d" % self.port)
|
||||
conn.request("QUIT", "/")
|
||||
conn.getresponse()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue