mirror of
https://github.com/eolinker/apinto
synced 2025-10-16 05:40:54 +08:00
complete entry
This commit is contained in:
@@ -12,6 +12,10 @@ type ProxyRequest struct {
|
||||
*RequestReader
|
||||
}
|
||||
|
||||
func (r *ProxyRequest) clone() *ProxyRequest {
|
||||
return NewProxyRequest(r.Request(), r.remoteAddr)
|
||||
}
|
||||
|
||||
func (r *ProxyRequest) Finish() error {
|
||||
fasthttp.ReleaseRequest(r.req)
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user