Codebase list golang-github-parnurzeal-gorequest / bdd24ac
Merge pull request #122 from EricYT/patch-1 Modify wrong word Quentin Perez authored 7 years ago GitHub committed 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
105105 CurlCommand: false,
106106 logger: log.New(os.Stderr, "[gorequest]", log.LstdFlags),
107107 }
108 // desable keep alives by default, see this issue https://github.com/parnurzeal/gorequest/issues/75
108 // disable keep alives by default, see this issue https://github.com/parnurzeal/gorequest/issues/75
109109 s.Transport.DisableKeepAlives = true
110110 return s
111111 }