mirror of
https://github.com/TeamPiped/http3-ytproxy.git
synced 2024-08-14 23:56:43 +00:00
Remove debug code.
This commit is contained in:
parent
a16e640799
commit
f95f1a8540
1 changed files with 0 additions and 2 deletions
2
main.go
2
main.go
|
@ -80,8 +80,6 @@ func (*requesthandler) ServeHTTP(w http.ResponseWriter, req *http.Request) {
|
||||||
proxyURL.RawPath = getBestThumbnail(proxyURL.EscapedPath())
|
proxyURL.RawPath = getBestThumbnail(proxyURL.EscapedPath())
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println(proxyURL.String())
|
|
||||||
|
|
||||||
request, err := http.NewRequest("GET", proxyURL.String(), nil)
|
request, err := http.NewRequest("GET", proxyURL.String(), nil)
|
||||||
|
|
||||||
copyHeaders(req.Header, request.Header)
|
copyHeaders(req.Header, request.Header)
|
||||||
|
|
Loading…
Reference in a new issue