Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Jie WU <[email protected]>
  • Loading branch information
courageJ committed Jan 13, 2025
1 parent b3befe8 commit 043b9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ext-proc/handlers/response.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func (s *Server) HandleResponseBody(reqCtx *RequestContext, req *extProcPb.Proce
reqCtx.Response = res
// ResponseComplete is to indicate the response is complete. In non-streaming
// case, it will be set to be true once the response is processed; in
//streaming case, it will be set to be true once the last chunk is processed.
// streaming case, it will be set to be true once the last chunk is processed.
reqCtx.ResponseComplete = true
klog.V(3).Infof("Response: %+v", res)

Expand Down

0 comments on commit 043b9fa

Please sign in to comment.