nspcc-dev / send-fs-neo-org

Send.NeoFS is a simple example of integration with NeoFS network via HTTP protocol
http://send.fs.neo.org/
GNU General Public License v3.0
1 stars 1 forks source link

Content-Length header not available with gzip content #90

Closed mike-petrov closed 1 year ago

mike-petrov commented 1 year ago

Use x-neofs-payload-length instead of Content-Length header

roman-khimov commented 1 year ago

I'd say use it additionally. If Content-Length is in place, it has a priority. But in case it's not there, yeah, we have a way now.