vivo / MoonBox

月光宝盒:无侵入的流量录制与回放平台 A server-side traffic capture and replay platform with noninvasive
Apache License 2.0
1.19k stars 196 forks source link

okhttp回放时候bug修复 #13

Closed liuzhelucky closed 1 year ago

liuzhelucky commented 1 year ago

修复的bug内容如下:

  1. okhttp请求时候,如果charset为空的空指针异常。
  2. 子调用中有okhttp请求时,请求的body为list数组格式,在控制台中报json转换错误异常。
  3. 子调用中有okhttp请求时,在子调用详情界面,body的模块包含请求header头等内容。