Skip to content

Commit

Permalink
[TT-13139] Add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
buraksezer committed Sep 27, 2024
1 parent c06685e commit aa313a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gateway/mw_streaming.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ func (s *StreamingMiddleware) inputHttpServerPublishHandler(w http.ResponseWrite

if err != nil {
doJSONWrite(w, http.StatusInternalServerError, err.Error())
return
}
// Message received
w.WriteHeader(http.StatusOK)
Expand Down

0 comments on commit aa313a7

Please sign in to comment.