1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-11 20:50:40 +00:00

Merge pull request #1832 from JessonChan/log_enhancement

Log enhancement
This commit is contained in:
astaxie
2016-03-25 21:12:06 +08:00
24 changed files with 334 additions and 154 deletions

View File

@ -100,7 +100,7 @@ func TestSubDomain(t *testing.T) {
/* TODO Fix this
r, _ = http.NewRequest("GET", "http://127.0.0.1/", nil)
beegoInput.Request = r
beegoInput.Context.Request = r
if beegoInput.SubDomains() != "" {
t.Fatal("Subdomain parse error, got " + beegoInput.SubDomains())
}