Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0030d5d

Browse files
committedMar 5, 2025
CLA test
1 parent 08925b2 commit 0030d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkg/epp/handlers/streamingserver.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ func (s *StreamingServer) Process(srv extProcPb.ExternalProcessor_ProcessServer)
171171
if err != nil {
172172
logger.V(logutil.DEFAULT).Error(err, "Error unmarshaling request body")
173173
}
174-
// Body stream complete. Close the reader pipe.
174+
// Body stream complete, close the reader pipe.
175175
reader.Close()
176176

177177
reqCtx, err = s.HandleResponseBody(ctx, reqCtx, responseBody)

0 commit comments

Comments
 (0)
Please sign in to comment.