Fix httpjson panic for nil request body
This commit is contained in:
parent
8b54c73ae4
commit
069cb9766b
|
@ -182,7 +182,6 @@ func (h *HttpJson) sendRequest(serverURL string) (string, error) {
|
|||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
defer req.Body.Close()
|
||||
|
||||
resp, err := h.client.MakeRequest(req)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue