Just migrated to app engine flexible env for a java app which was running fine on standard env till now for last 3 years.
Encountered 502 bad gateway for a servlet call. Here is the short description -
http://----.appspot.com/carSearch?
Similar servlets returning same data (JSON) work fine but this does not. Tried using OutpoutStream / PrintWriter but none of them worked.
The only difference from other servlets is I am saving the data in session and then returning it. Cloudflare confirmed the issue as caused by origin server.