Files
LoyalsoldierandGitHub 6dce0d98c1 Fix: format & lint (#1759)
* Fix: gci command for formatting code
* Chore: format code
* Fix: replace golint with revive
2022-05-01 01:17:49 +08:00

11 lines
194 B
Go

package http
import (
"bufio"
"net/http"
_ "unsafe"
)
//go:linkname readRequest net/http.readRequest
func readRequest(b *bufio.Reader, deleteHostHeader bool) (req *http.Request, err error)