Fixed Chrome response not right on some sites.

This commit is contained in:
Musab Gültekin
2019-07-01 12:32:15 +03:00
parent fb5b4e3406
commit 80f3500a69
3 changed files with 8 additions and 7 deletions

View File

@@ -110,7 +110,7 @@ func TestGetRendered(t *testing.T) {
},
ParseFunc: func(g *geziyor.Geziyor, r *client.Response) {
fmt.Println(string(r.Body))
fmt.Println(r.Header)
fmt.Println(r.Request.URL.String(), r.Header)
},
//URLRevisitEnabled: true,
}).Start()