mirror of
https://github.com/sot-tech/mochi.git
synced 2026-07-16 05:18:09 -07:00
(minor) fix lint warnings
This commit is contained in:
@@ -233,7 +233,8 @@ func (f *udpFE) serve(ctx context.Context, socket *net.UDPConn) error {
|
||||
if f.collectTimings && metrics.Enabled() {
|
||||
start = time.Now()
|
||||
}
|
||||
action, err := f.handleRequest(ctx,
|
||||
action, err := f.handleRequest(
|
||||
ctx,
|
||||
Request{(*buffer)[:n], addr},
|
||||
ResponseWriter{socket, addrPort},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user