File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ var runCmd = &cobra.Command{
77
77
// gnet.WithLogLevel(zapcore.DebugLevel),
78
78
79
79
// Buffer options
80
- // TODO: This should be configurable and optimized.
81
80
gnet .WithReadBufferCap (serverConfig .ReadBufferCap ),
82
81
gnet .WithWriteBufferCap (serverConfig .WriteBufferCap ),
83
82
gnet .WithSocketRecvBuffer (serverConfig .SocketRecvBuffer ),
Original file line number Diff line number Diff line change @@ -144,7 +144,6 @@ func (pr *ProxyImpl) PassThrough(
144
144
}
145
145
}
146
146
147
- // TODO: parse the buffer and send the response or error
148
147
// TODO: This is a very basic implementation of the gateway
149
148
// and it is synchronous. I should make it asynchronous.
150
149
pr .logger .Debug ().Msgf ("Received %d bytes from %s" , len (buf ), gconn .RemoteAddr ().String ())
You can’t perform that action at this time.
0 commit comments