We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eae99e commit b816dfaCopy full SHA for b816dfa
manticoresearch/rest.py
@@ -27,7 +27,7 @@
27
28
RESTResponseType = aiohttp.ClientResponse
29
30
-ALLOW_RETRY_METHODS = frozenset({'DELETE', 'GET', 'HEAD', 'OPTIONS', 'PUT', 'TRACE'})
+ALLOW_RETRY_METHODS = frozenset({'DELETE', 'GET', 'HEAD', 'OPTIONS', 'PUT', 'TRACE', 'POST'})
31
32
class RESTResponse(io.IOBase):
33
0 commit comments