From 4fb7d2e1c0e9e80038148163650f47e69270e80a Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Tue, 24 Nov 2015 23:24:31 +0100 Subject: Cleanup and solve trailing '/' problem with redirects * Format README as markdown. Mention dependencies * Fix 'timeout' * Run autopep8 on all python sources * Fix unittests * For HEAD requests explicitly allow to follow redirects. This solves the problem if you request: https://server/dir and then the server wants to redirect you to https://server/dir/ This should solve #1 --- test/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/__init__.py') diff --git a/test/__init__.py b/test/__init__.py index 9e0b053..caeb5e5 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -3,4 +3,4 @@ import logging from test.test_httpfs import * -logging.basicConfig(level=logging.ERROR) +logging.basicConfig(level=logging.INFO) -- cgit v1.2.1