mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-07-27 02:03:59 -04:00
11 lines
171 B
Go
11 lines
171 B
Go
package http
|
|
|
|
import (
|
|
"bufio"
|
|
"net/http"
|
|
_ "unsafe"
|
|
)
|
|
|
|
//go:linkname readRequest net/http.readRequest
|
|
func readRequest(b *bufio.Reader) (req *http.Request, err error)
|