1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-10-19 18:23:38 -04:00
v2fly/transport/internet/headers/http/linkedreadRequest.go
Loyalsoldier d9125f91af
Fix: gci command for formatting code (#1757)
* Fix: gci command for formatting code
* Chore: format code
2022-05-01 00:47:14 +08:00

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)