thomas.yang
thomas.yang
it's problem may be in pingroa_core/protocols/http/v1/clients.rs ``` pub async fn read_response_task(&mut self) -> Result { if self.should_read_resp_header() { let resp_header = self.read_resp_header_parts().await?; let end_of_body = self.is_body_done(); debug!("Response header: {:?}", resp_header);...
> What do debug level logs show? some of log like this ``` [90m[[0m2024-04-23T08:29:02Z [34mDEBUG[0m im_gateway::route[90m][0m response_body_filter path:/chat/groupInfo/listMemberInGroup, is json:true, lang:en-US, end_of_stream:false [90m[[0m2024-04-23T08:29:02Z [34mDEBUG[0m im_gateway::route[90m][0m read body len:7946 [90m[[0m2024-04-23T08:29:02Z [34mDEBUG[0m...
> What do debug level logs show? ``` [90m[[0m2024-04-23T08:29:33Z [34mDEBUG[0m im_gateway::route[90m][0m response_body_filter path:/member/captcha/getCaptcha, is json:true, lang:en-US, end_of_stream:false [90m[[0m2024-04-23T08:29:33Z [34mDEBUG[0m im_gateway::route[90m][0m read body len:8192 [90m[[0m2024-04-23T08:29:33Z [34mDEBUG[0m im_gateway::route[90m][0m response_body_filter path:/member/captcha/getCaptcha, is json:true,...
> Not seeing anything obvious in the debug logs, could you provide some trace logs? Thanks. I add the trace log [trace.log](https://github.com/user-attachments/files/15527731/trace.log)
> Do you have `PeerOptions` configured by any chance? (if so, check `read_timeout`) I try to config PeerOptions. it seems that not work
> > I add the trace log > > The trace log is a bit hard to follow given that there are many ongoing requests. Could you point out the...
would this issue fixed?