Commit 62f1919
klapaudius
Remove redundant ob_flush() call in SseTransport
The ob_flush() call was unnecessary as flush() suffices for ensuring the output is sent to the client. Removing it simplifies the code while maintaining its intended functionality.1 parent f4cfec2 commit 62f1919
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | 113 | | |
115 | 114 | | |
116 | 115 | | |
| |||
0 commit comments