From 3cd2657f0c1a4b6b57b52daf159cc08408b00939 Mon Sep 17 00:00:00 2001 From: JellyTony Date: Fri, 27 Oct 2023 02:53:07 +0800 Subject: [PATCH] fix --- transport/http/transport.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport/http/transport.go b/transport/http/transport.go index bd1686b..686baed 100644 --- a/transport/http/transport.go +++ b/transport/http/transport.go @@ -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