I'm implementing a Spring HTTP server, and a C# client to request/response some sets of datas. I found out that sending expectable size of datas are easy, but what shall I do if the data response from the server is unexpectable? I'm implementing a Spring HTTP server, and a C#