Skip to content

Commit

Permalink
send get body as POST
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunihiko Kido committed Jul 24, 2015
1 parent 65f68f5 commit 938ab33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def get_text(self):
def init_client(self):
self._client = Elasticsearch(
self.settings.base_url,
send_get_body_as='POST',
connection_class=CustomHeadersConnection,
headers=self.settings.headers
)
Expand Down

0 comments on commit 938ab33

Please sign in to comment.