Skip to content

Commit

Permalink
debug log for handle rst stream
Browse files Browse the repository at this point in the history
  • Loading branch information
ppzqh committed Aug 21, 2024
1 parent d4e163a commit 0ceef60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/remote/trans/nphttp2/grpc/http2_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,7 @@ func (t *http2Client) handleData(f *grpcframe.DataFrame) {
}

func (t *http2Client) handleRSTStream(f *http2.RSTStreamFrame) {
klog.Errorf("[DEBUG-KITEX] handle rst stream, %s", f)
s := t.getStream(f)
if s == nil {
return
Expand Down

0 comments on commit 0ceef60

Please sign in to comment.