##// END OF EJS Templates
svn: Ignore the content length header from response, fixes #4112...
svn: Ignore the content length header from response, fixes #4112 In case of compressed responses from apache(mod_dav_svn) we can not use the Content-Length header in our own response. The content is automatically decompressed by the requests library and therefore the content length differs. This results in errors when doing e.g. a svn checkout: "svn: E120106: ra_serf: The server sent a truncated HTTP response body."
Martin Bornhold -
r473:7e153d56 default
Show More
Name Size Modified Last Commit Author
/ rhodecode / api / tests
__init__.py Loading ...
conftest.py Loading ...
test_add_field_to_repo.py Loading ...
test_add_user_to_user_group.py Loading ...
test_api.py Loading ...
test_close_pull_request.py Loading ...
test_comment_commit.py Loading ...
test_comment_pull_request.py Loading ...
test_create_gist.py Loading ...
test_create_pull_request.py Loading ...
test_create_repo.py Loading ...
test_create_repo_group.py Loading ...
test_create_user.py Loading ...
test_create_user_group.py Loading ...
test_delete_gist.py Loading ...
test_delete_repo.py Loading ...
test_delete_repo_group.py Loading ...
test_delete_user.py Loading ...
test_delete_user_group.py Loading ...
test_deprecated_api.py Loading ...
test_fork_repo.py Loading ...
test_get_gist.py Loading ...
test_get_gists.py Loading ...
test_get_ip.py Loading ...
test_get_locks.py Loading ...
test_get_pull_request.py Loading ...
test_get_pull_requests.py Loading ...
test_get_repo.py Loading ...
test_get_repo_changeset.py Loading ...
test_get_repo_group.py Loading ...
test_get_repo_groups.py Loading ...
test_get_repo_nodes.py Loading ...
test_get_repos.py Loading ...
test_get_server_info.py Loading ...
test_get_user.py Loading ...
test_get_user_group.py Loading ...
test_get_user_groups.py Loading ...
test_get_users.py Loading ...
test_grant_user_group_permission.py Loading ...
test_grant_user_group_permission_to_repo_group.py Loading ...
test_grant_user_group_permission_to_user_group.py Loading ...
test_grant_user_permission.py Loading ...
test_grant_user_permission_to_repo_group.py Loading ...
test_grant_user_permission_to_user_group.py Loading ...
test_invalidate_cache.py Loading ...
test_merge_pull_request.py Loading ...
test_pull.py Loading ...
test_remove_field_from_repo.py Loading ...
test_remove_user_from_user_group.py Loading ...
test_repo_locking.py Loading ...
test_rescan_repos.py Loading ...
test_revoke_user_group_permission.py Loading ...
test_revoke_user_group_permission_from_repo_group.py Loading ...
test_revoke_user_group_permission_from_user_group.py Loading ...
test_revoke_user_permission.py Loading ...
test_revoke_user_permission_from_repo_group.py Loading ...
test_revoke_user_permission_from_user_group.py Loading ...
test_update_pull_request.py Loading ...
test_update_repo.py Loading ...
test_update_repo_group.py Loading ...
test_update_user.py Loading ...
test_update_user_group.py Loading ...
test_utils.py Loading ...
utils.py Loading ...