Revert "Async copy."

This reverts commit 916df915b3.
This commit is contained in:
FireMasterK 2021-04-09 14:19:38 +05:30
parent 60eb517839
commit 413e15199b
No known key found for this signature in database
GPG key ID: 8DFF5DD33E93DB58

View file

@ -101,7 +101,7 @@ func (*requesthandler) ServeHTTP(w http.ResponseWriter, req *http.Request) {
w.WriteHeader(resp.StatusCode)
go io.Copy(w, resp.Body)
io.Copy(w, resp.Body)
}
func copyHeaders(from http.Header, to http.Header) {