You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to envoy-users
Hello, I've set up an envoy proxy to receive HTTP requests and forward them over TCP. The communication is successful, but the behavior is not okay. After Envoy forwards the data to the TCP server, Envoy sends a .FIN to the server, which responds with an ACK. The expectation is that the connection would be maintained so that the TCP server can return a response. I have changed various connection timeout parameters, but none have been successful. Does anyone have a solution for this case?