Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyTony committed Oct 26, 2023
1 parent 37874bd commit 3cd2657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport/http/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (tr *Transport) Request() *http.Request {
func (tr *Transport) RequestHeader() transport.Header {
return tr.reqHeader
}
o

// ReplyHeader returns the reply header.
func (tr *Transport) ReplyHeader() transport.Header {
return tr.replyHeader
Expand Down

0 comments on commit 3cd2657

Please sign in to comment.