Closed
Description
I have a Cloud Function that returns a large JSON payload (~1 meg), and which worked fine until updating to v2.0.7, but now leads to a HTTP request timeout (30s) error.
Reverting commit 36675a9 makes it work again.
Looks like Parse._encode
is doing some heavy processing on the JSON payload and is hanging my request.