Skip to content

Commit

Permalink
Implement SSE
Browse files Browse the repository at this point in the history
  • Loading branch information
suryadana committed Sep 15, 2023
1 parent 6d183b2 commit 457cc38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stream_bouncer.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,6 @@ func (b *StreamBouncer) RunStream(ctx context.Context) {
return
}

defer resp.Body.Close()

for {
select {
case <-ctx.Done():
Expand Down

0 comments on commit 457cc38

Please sign in to comment.