mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-22 17:00:25 +00:00
don't send keep-alive header, it breaks some tests
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3450 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
00b3d6718c
commit
72d198efcb
1 changed files with 0 additions and 7 deletions
|
|
@ -87,13 +87,6 @@ class NoQueryHttpRequestHandler (StoppableHttpRequestHandler):
|
|||
self.remove_path_query()
|
||||
super(NoQueryHttpRequestHandler, self).do_HEAD()
|
||||
|
||||
def end_headers (self):
|
||||
"""
|
||||
Send short keep-alive header.
|
||||
"""
|
||||
self.send_header("Keep-Alive", "5")
|
||||
super(NoQueryHttpRequestHandler, self).end_headers()
|
||||
|
||||
|
||||
class HttpServerTest (linkcheck.checker.tests.LinkCheckTest):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue