diff --git a/server.go b/server.go index 37b917f..0741aed 100644 --- a/server.go +++ b/server.go @@ -59,7 +59,7 @@ func handler(ctx *fasthttp.RequestCtx) { row := stmt.QueryRow( ctx.Method(), fmt.Sprintf( - "%s://%s:%d%s", + "%s://%s:%s%s", scheme, host, port,