Commit 9b01ee6
committed
streams: tidy the wrapper error log on every open_wrapper return
Before the early-return refactor in d75f79e the tidy call sat on the
single return path, so it ran whether or not the opener produced a stream.
It now runs only when the opener fails, so anything the opener stored while
REPORT_ERRORS was masked stays in FG(wrapper_logged_errors) until request
shutdown and is replayed by the next failure for the same wrapper.1 parent 0dc8a54 commit 9b01ee6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2141 | 2141 | | |
2142 | 2142 | | |
2143 | 2143 | | |
2144 | | - | |
2145 | 2144 | | |
2146 | 2145 | | |
2147 | 2146 | | |
| |||
2213 | 2212 | | |
2214 | 2213 | | |
2215 | 2214 | | |
| 2215 | + | |
2216 | 2216 | | |
2217 | 2217 | | |
2218 | 2218 | | |
| |||
0 commit comments