http.asciidoc 354 B

123456789
  1. [[breaking_50_http_changes]]
  2. === HTTP changes
  3. ==== Compressed HTTP requests are always accepted
  4. Before 5.0, Elasticsearch accepted compressed HTTP requests only if the setting
  5. `http.compressed` was set to `true`. Elasticsearch accepts compressed requests
  6. now but will continue to send compressed responses only if `http.compressed`
  7. is set to `true`.