Skip to content

Commit b816dfa

Browse files
committed
Updated tests
1 parent 0eae99e commit b816dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manticoresearch/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
RESTResponseType = aiohttp.ClientResponse
2929

30-
ALLOW_RETRY_METHODS = frozenset({'DELETE', 'GET', 'HEAD', 'OPTIONS', 'PUT', 'TRACE'})
30+
ALLOW_RETRY_METHODS = frozenset({'DELETE', 'GET', 'HEAD', 'OPTIONS', 'PUT', 'TRACE', 'POST'})
3131

3232
class RESTResponse(io.IOBase):
3333

0 commit comments

Comments
 (0)