vmware-archive / runtimes

Kubeless function runtimes: https://kubeless.io/docs/runtimes/
Apache License 2.0
81 stars 89 forks source link

Unexpected return values in the PHP runtimes #111

Open gplanchat opened 3 years ago

gplanchat commented 3 years ago

Hello,

While using the PHP 7.4 runtime and using the hellowithdeps.php or hellowithdata.php examples, I get some erroneous return value:

image

What could cause this behavior? Is it somewhat related to the runtime docker images?

gplanchat commented 3 years ago

It seems like the PHP runtime returns gzipped responses when the return content size > 20 bytes