mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-21 01:10:19 +00:00
fox #620
This commit is contained in:
parent
d1a60e3643
commit
32dcaefafa
16 changed files with 100 additions and 21 deletions
|
@ -14,9 +14,9 @@ import (
|
|||
"os"
|
||||
"os/exec"
|
||||
"path"
|
||||
|
||||
"path/filepath"
|
||||
"regexp"
|
||||
"runtime"
|
||||
"strconv"
|
||||
"strings"
|
||||
"time"
|
||||
|
@ -184,6 +184,7 @@ func Http(ctx *middleware.Context) {
|
|||
|
||||
handler := HttpBackend(&config)
|
||||
handler(ctx.Resp, ctx.Req.Request)
|
||||
runtime.GC()
|
||||
}
|
||||
|
||||
type route struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue