This commit is contained in:
6543 2022-11-11 05:41:53 +01:00
parent 2d88c0cec0
commit 51c3cf7e9b
No known key found for this signature in database
GPG Key ID: B8BE6D610E61C862

View File

@ -185,6 +185,7 @@ func (o *Options) Upstream(ctx *context.Context, giteaClient *gitea.Client) (fin
}
log.Debug().Msg("Sending response")
ctx.RespWriter.WriteHeader(ctx.StatusCode)
return true
}