Thanks for your suggestion.
Is it possible to first retrieve a small amount of data, such as the first 300 bytes, and then extract the value of `Content-Length: XXXX` from it? Finally, retrieve the full data based on the size specified by that value?
I don’t understand the specific implementation details and am unsure how to modify the code in the existing TcpSocket class.
Is it possible to first retrieve a small amount of data, such as the first 300 bytes, and then extract the value of `Content-Length: XXXX` from it? Finally, retrieve the full data based on the size specified by that value?
I don’t understand the specific implementation details and am unsure how to modify the code in the existing TcpSocket class.
