Commit 3ed9565
QUICKFIX Continue Returns Response
Fixes issue #1023
The added lines returns the response to the client and allows code to continue executing.
`ob_end_flush; ` does not actually work correctly according to https://stackoverflow.com/questions/10579116/how-to-flush-data-to-browser-but-continue-executing
It is kept for legacy compatibility and to prevent regressions.1 parent ae62b76 commit 3ed9565
1 file changed
Lines changed: 14 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
748 | 748 | | |
749 | 749 | | |
750 | 750 | | |
751 | | - | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
752 | 764 | | |
753 | 765 | | |
754 | 766 | | |
| |||
2213 | 2225 | | |
2214 | 2226 | | |
2215 | 2227 | | |
2216 | | - | |
| 2228 | + | |
0 commit comments