This repository was archived by the owner on May 15, 2019. It is now read-only.

Description
When using the netjet
middleware in a cloud function, it sometimes crash the emulator with an error:
{"error":{"code":500,"status":"INTERNAL","message":"function crashed","errors":["Parse Error"]}}
After invesigation, disabling netjet
make it work, and more precisely disabling the line that insert the Link
headers make it work.
In my case, netjet is adding ~50/70 Link
headers.