Skip to content

Commit 135606a

Browse files
authored
Merge pull request #237 from blackducksoftware/OffBy0x01-remove-method_allowlist-restriction
Remove Client.HubSession retry method whitelist as per #235
2 parents d6d9280 + cd184d3 commit 135606a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

blackduck/Client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def __init__(self, base_url, timeout, retries, verify):
4242
total=int(retries),
4343
backoff_factor=2, # exponential retry 1, 2, 4, 8, 16 sec ...
4444
status_forcelist=[429, 500, 502, 503, 504],
45-
allowed_methods=['GET']
4645
)
4746

4847
adapter = HTTPAdapter(max_retries=retry_strategy)

0 commit comments

Comments
 (0)