Skip to content

Commit e111206

Browse files
liu-congahg-g
andauthored
Update pkg/ext-proc/handlers/response.go
Co-authored-by: Abdullah Gharaibeh <[email protected]>
1 parent cc33f0f commit e111206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ext-proc/handlers/response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func (s *Server) HandleResponseBody(reqCtx *RequestContext, req *extProcPb.Proce
6969
res := Response{}
7070
if err := json.Unmarshal(body.ResponseBody.Body, &res); err != nil {
7171
klog.Errorf("Error unmarshaling response body: %v", err)
72-
return nil, fmt.Errorf("error unmarshaling response body: %v", err)
72+
return nil, fmt.Errorf("unmarshaling response body: %v", err)
7373
}
7474
reqCtx.Response = res
7575
klog.V(3).Infof("Response: %+v", res)

0 commit comments

Comments
 (0)