trpc-group / trpc-cpp

A pluggable, high-performance RPC framework written in cpp
Other
280 stars 82 forks source link

In the HTTP chunked client, if the connection is closed before the user reads the data after data reception is complete, it will result in a 301 network error. #99

Closed bochencwx closed 10 months ago

bochencwx commented 10 months ago

If the framework client has already received the entire response, even if the connection is disconnected, the reading should not fail.