Nginx throwing 502 timeout error even though spring application is processing the request with 200OK
I am using nginx and a spring boot application with Netty server, but for some requests nginx is throwing 502 error even though netty access logs are showing 200OK for the same request. So basically the response packet is being…