Commit 5c5988f
committed
Fix process() returning None for TRANSACTION2_SECONDARY and unknown Session Setup
Commit 308e315 fixed the AttributeError crash in TRANSACTION2_SECONDARY
but the branch still never set a response, so process() returned None.
Send an interim success response (matching TRANSACTION_SECONDARY).
Also fix the Session Setup unknown-type branch which had the same issue
(logged a warning but returned no response). Return STATUS_NOT_SUPPORTED.1 parent c952b31 commit 5c5988f
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
755 | 755 | | |
756 | 756 | | |
757 | 757 | | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
758 | 764 | | |
759 | 765 | | |
760 | 766 | | |
| |||
1397 | 1403 | | |
1398 | 1404 | | |
1399 | 1405 | | |
| 1406 | + | |
| 1407 | + | |
1400 | 1408 | | |
1401 | 1409 | | |
1402 | 1410 | | |
| |||
0 commit comments