improve ssh handling #277

Merged
6543 merged 13 commits from noerw/tea:improve-ssh-handling into master 2020-12-11 13:42:42 +00:00
Showing only changes of commit a5d289ac27 - Show all commits

View File

@ -14,10 +14,8 @@ import (
"net/http"
"net/http/cookiejar"
"net/url"
"os"
"path/filepath"
"strings"
"time"
"code.gitea.io/tea/modules/utils"