File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2211,6 +2211,8 @@ CHANGES:
22112211 99. updated Evented::API::Engine which solves some really bad bugs in RELOAD.
22122212 updated Reload module accordingly.
22132213
2214+ 991. should fix mysterious crashing of 4 servers at once.
2215+
22142216
22152217
22162218
Original file line number Diff line number Diff line change 1- 7.99
1+ 7.991
Original file line number Diff line number Diff line change @@ -301,7 +301,8 @@ sub done {
301301 # remove from connection list
302302 $: :pool-> delete_connection($connection ) if $connection -> {pool };
303303
304- $connection -> {stream }-> close_when_empty; # will close it WHEN the buffer is empty
304+ # will close it WHEN the buffer is empty
305+ $connection -> {stream }-> close_when_empty if $connection -> {stream };
305306
306307 # destroy these references, just in case.
307308 delete $connection -> {type }{conn };
You can’t perform that action at this time.
0 commit comments