Skip to content

Commit 043b9fa

Browse files
committed
fmt
Signed-off-by: Jie WU <[email protected]>
1 parent b3befe8 commit 043b9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/ext-proc/handlers/response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func (s *Server) HandleResponseBody(reqCtx *RequestContext, req *extProcPb.Proce
7575
reqCtx.Response = res
7676
// ResponseComplete is to indicate the response is complete. In non-streaming
7777
// case, it will be set to be true once the response is processed; in
78-
//streaming case, it will be set to be true once the last chunk is processed.
78+
// streaming case, it will be set to be true once the last chunk is processed.
7979
reqCtx.ResponseComplete = true
8080
klog.V(3).Infof("Response: %+v", res)
8181

0 commit comments

Comments
 (0)