deep-entertainment / issues

Issue tracker for deep Entertainment projects
1 stars 0 forks source link

GodotTPD: Use Content-Length #15

Open dploeger opened 2 years ago

dploeger commented 2 years ago

Hint by Paulo per mail:

I also saw in the source code that you are expecting the full request to be available to read at once, this is not a common scenario in production.

You can use the header 'Content-Length' to know what's the size of the request. The only exception is when a 'Transfer-Encoding: chunked' is present.