Strange warning

Hi!

I see the following warning in the console:

WARNING:DLIB: Actual content differs from expected content-length (0 != 561)
WARNING:DLIB: Actual content differs from expected content-length (0 != 334)
WARNING:DLIB: Actual content differs from expected content-length (0 != 295)

What do these mean?

Ciao!

It’s from the internal http server:

Are you using hotreload or targeting a running dmengine on a mobile device?

Thank you! But no: no hotreload and just running the project on a mac via build as usual.

Is the game working? What happened just before the message started showing up?

The game was working fine, nothing special happened.

What is the internal http server used for? only hotreload and link to the mobile devices?

Yes, it’s available in debug builds and used to stream content from the editor to a running engine.

1 Like

And also in release builds when making http requests.
I misread as the http service :slight_smile: