Skip to content

Commit

Permalink
remove extra return
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-lombardi committed Dec 27, 2024
1 parent e4ea258 commit 07db44b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/abstractions/endpoint/buffer.go
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ func (rb *RequestBuffer) handleHttpRequest(req *request, c container) {
if err != nil {
if req.ctx.Request().Context().Err() == context.Canceled {
rb.cancelInFlightTask(req.task)
return
}
return
}
Expand Down

0 comments on commit 07db44b

Please sign in to comment.