fix
This commit is contained in:
parent
1dc1a2b378
commit
526c74ad21
@ -9,7 +9,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func (c *Client) req(method, path string, body io.Reader, intercept func(*http.Request)) (rs *http.Response, err error) {
|
func (c *Client) req(method, path string, body io.Reader, intercept func(*http.Request)) (rs *http.Response, err error) {
|
||||||
log.Printf("Client.req(%s, %s)", req, path)
|
log.Printf("Client.req(%s, %s)", method, path)
|
||||||
var redo bool
|
var redo bool
|
||||||
var r *http.Request
|
var r *http.Request
|
||||||
var uri = PathEscape(Join(c.root, path))
|
var uri = PathEscape(Join(c.root, path))
|
||||||
|
Loading…
Reference in New Issue
Block a user