|
|
err = json.Unmarshal(buffer, &handler.Data)
|
|
err = json.Unmarshal(buffer, &handler.Data)
|
|
|
this.log.Error("malformed request body", LogValue("path", requestStream.URL.Path), LogError(err))
|
|
this.log.Error("malformed request body", LogValue("path", requestStream.URL.Path), LogError(err))
|