Skip to content

Commit

Permalink
remove some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DMwangnima committed Aug 7, 2023
1 parent e07df9a commit 5f7c128
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ func (m *Hessian2Codec) decodeResponseBody(ctx context.Context, header *dubbo.Du
return err
}
switch payloadType {
// todo: processing RESPONSE_WITH_EXC
case dubbo.RESPONSE_VALUE, dubbo.RESPONSE_VALUE_WITH_ATTACHMENTS:
msg, ok := message.Data().(iface.Message)
if !ok {
Expand Down

0 comments on commit 5f7c128

Please sign in to comment.