LoginSignup
0
0

More than 5 years have passed since last update.

Howto make big request body

Posted at

$ dd if=/dev/zero of=zero bs=1024k count=128
128+0 records in
128+0 records out
134217728 bytes transferred in 0.199715 secs (672045843 bytes/sec)
$ curl -v -H "Expect:" -XPOST localhost:9200/ --data-binary @zero

Refer: https://github.com/elastic/elasticsearch/issues/2902#issuecomment-267572324

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0