Skip to content

Commit

Permalink
Merge pull request #147 from openziti/transport-options
Browse files Browse the repository at this point in the history
Fix transport options not being set in dialer. Fixes #146
plorenz authored Oct 2, 2024
2 parents 3da2252 + 3dec936 commit 3a6c297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classic_dialer.go
Original file line number Diff line number Diff line change
@@ -51,6 +51,7 @@ func NewClassicDialer(cfg DialerConfig) UnderlayFactory {
localBinding: cfg.LocalBinding,
headers: cfg.Headers,
messageStrategy: cfg.MessageStrategy,
transportConfig: cfg.TransportConfig,
}

if cfg.Endpoint.Type() == "dtls" {

0 comments on commit 3a6c297

Please sign in to comment.