Commit fa3fc6f
committed
fix: only shut down active providers
The spec says that shutdown must shut down active providers,
but the current logic shuts down inactive providers.
This change fixes that. Separately, the spec might also need to be modified
to say "only" active providers.
Signed-off-by: Brandon Duffany <[email protected]>1 parent 9908b97 commit fa3fc6f
2 files changed
+31
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
92 | 93 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
558 | 558 | | |
559 | 559 | | |
560 | 560 | | |
561 | | - | |
| 561 | + | |
562 | 562 | | |
563 | 563 | | |
564 | | - | |
| 564 | + | |
565 | 565 | | |
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
569 | 573 | | |
570 | | - | |
571 | | - | |
572 | | - | |
573 | | - | |
| 574 | + | |
574 | 575 | | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
575 | 590 | | |
576 | 591 | | |
577 | 592 | | |
578 | 593 | | |
579 | 594 | | |
580 | | - | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
581 | 604 | | |
582 | | - | |
583 | | - | |
584 | 605 | | |
585 | 606 | | |
586 | 607 | | |
| |||
0 commit comments