In an application similar to what I mentioned in Replay with file stream, I observed that the fly proxy terminates idle connections in a running data transfer after 30 seconds. Say, if a client application uploads data and the server pauses the uploaded by not consuming more data on the TCP layer (back pressure), the connection is dropped after 30 seconds. Is that observation correct, and can idle connections have no data in the proxy buffer?
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.