-
Fix the request-response matcher maps iteration in `clean()` method and share the streams map with the TLS tapper (#1059)
发布于
2022-05-01 13:16:22 +00:00 - Fix
panic: interface conversion: api.RequestResponseMatcher is nil, not *http.requestResponseMatchererror
Also fix the request-response matcher maps iteration in
clean()method.-
Fix the mocks in the unit tests
-
Remove unnecessary fields from
tlsPollerand implementSetProtocolmethod -
Use concrete types in
tappackage -
Share the streams map with the TLS tapper
-
Check interface conversion error
下载附件
- Fix