Skip to content

Commit 0dc69bf

Browse files
committed
test
1 parent f3dacec commit 0dc69bf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

http_proxy.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,10 @@ func (hp *HTTPProxy) Handler() http.Handler {
676676
return hp.proxy.Handler()
677677
}
678678

679+
func (hp *HTTPProxy) HandlerWithIndividualTransport() http.Handler {
680+
return hp.proxy.HandlerWithIndividualTransport()
681+
}
682+
679683
func (hp *HTTPProxy) Run(ctx context.Context) error {
680684
if hp.config.TestingHTTPHandler {
681685
hp.log.Info("using http handler")

0 commit comments

Comments
 (0)