guodongxiaren commented on pull request #1503: URL: https://github.com/apache/incubator-brpc/pull/1503#issuecomment-895290871
> > 之前rpc_replay不能回放http的,不知道你说的"你记得…"是指哪种情况?😳 > > 我这个没有考虑回放header,dump的结果就是接口和json,然后发送https+json形式的请求。 > > 一般用brpc提供http服务,服务内部也是像std协议一样处理PB吧,很少去从header中取数据吧?我的理解是这样… > > 之前我实现过一份http replay,发现dump下来的请求进行replay的时候,http header和原来的请求有一些不匹配。有点儿忘记具体原因了 那我加一个header的dump功能?把header里面的map存下来,回放的时候解析出来,再set回header? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
