mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-23 10:37:09 -05:00
d9125f91af
* Fix: gci command for formatting code * Chore: format code
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)
|