Skip to content

Commit abf9975

Browse files
committed
transport: add notes
1 parent a8e1507 commit abf9975

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

transport.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,8 @@ var transportModePreferences = map[TransportMode]int{
306306
func (self *PlatformTransport) run() {
307307
defer self.cancel()
308308

309+
// TODO udp protocols need proxy protocol support in the load balancer
310+
// see https://github.com/nginx/nginx/issues/1061
309311
switch self.targetMode {
310312
case TransportModeAuto:
311313
go HandleError(func() {

0 commit comments

Comments
 (0)