Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More logs #29

Merged
merged 11 commits into from
Sep 9, 2021
Prev Previous commit
Next Next commit
fix
  • Loading branch information
LaurenceLiZhixin committed Sep 4, 2021
commit 2ca11876c86c9d41146116865896baaa076a39c3
1 change: 0 additions & 1 deletion internal/http2/triple_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ func (hc *TripleController) UnaryInvoke(ctx context.Context, path string, arg, r
return *common.NewErrorWithAttachment(err, attachment)
}


headerHandler, _ := common.GetProtocolHeaderHandler(hc.option, ctx)
newHeader := http.Header{}
newHeader = headerHandler.WriteTripleReqHeaderField(newHeader)
Expand Down