Files
elasticsearch-js/test/unit
Tomas Della Vedova e67b55d163 Do not retry a request if the body is a stream (#1143)
* Do not retry a request if the body is a stream

Refactored the trnasport.request method to not use stream for gzipping
the body, but use the callback API instead. The maxRetries will be 0 in
case of a stream body and cached the Accept-Encoding header.

* Updated dependencies

* Updated test
2020-04-06 12:16:21 +02:00
..
2019-07-22 11:46:59 +02:00
2020-04-06 11:21:19 +02:00
2019-07-22 11:46:59 +02:00
2020-04-06 11:21:19 +02:00