Hello everyone,
Can Anyone hint me What can cause the above error while uploading a object to radosgw.
Logs related to this:

```
2020-05-03T05:08:45.617+0530 7f8e21de3700  2 req 66 1.623986488s swift:put_obj completing
2020-05-03T05:08:45.617+0530 7f8e215e2700  2 req 66 1.623986488s swift:put_obj op status=1900
2020-05-03T05:08:45.617+0530 7f8e215e2700  2 req 66 1.623986488s swift:put_obj http status=201
2020-05-03T05:08:45.617+0530 7f8e215e2700  1 ====== req done req=0x7f8fc444e7b0 op status=1900 http_status=201 latency=1.623986488s ======
2020-05-03T05:08:45.729+0530 7f8fa7fff700  1 -- 192.168.0.103:0/2076586408 <== osd.2 v2:192.168.0.103:6818/7818 1385 ==== osd_op_reply(3502 .dir.d7a4eb34-74e1-49fb-91ef-b8aa666f2576.4470.1.3 [call,call] v270'10 uv10 ondisk = 0) v8 ==== 236+0+0 (crc 0 0 0) 0x7f8f9403d020 con 0x5582360527e0
2020-05-03T05:08:45.765+0530 7f8e22de5700 20 failed to read header: end of stream
2020-05-03T05:08:45.765+0530 7f8e24de9700 20 failed to read header: end of stream
```
swift_put obj is showing status 201 which means upload is successful but then also `failed to read header:end of stream` is there which means some error has occured.I cannot undestand why I m getting this?

ubuntu : 18.04
ceph - ceph version 15.1.0-1872-g1aa2724a36 (1aa2724a3612787b9e392de648b82a6cbd7ac222) octopus (rc)

Thank you