4 Commits

Author SHA1 Message Date
kevin 9ec58b02f9 Fix #104: Display correct protocol name in logs
- Add protocol field to http2Interop struct to track actual protocol
- Use stored protocol name instead of hardcoded 'grpc' in output
- Now http2 mode shows 'http2:' prefix and grpc mode shows 'grpc:' prefix
- Move grpcHeaderLen constant to grpc.go to avoid duplication
2025-12-25 22:21:28 +08:00
Kevin Wan 8446aca5b3 fix: #16 (#21) 2023-02-09 20:47:25 +08:00
Kevin Wan cd9eed6c4a chore: remove unused func (#20) 2023-02-09 20:33:38 +08:00
kevin 36c7fd7bcb feat: support http2 and grpc, parse grpc content, partially 2022-07-31 16:33:14 +08:00