Add documentation on {C,S}METHOD parsing behaviour

This commit is contained in:
Cecylia Bocovich
2021-11-23 10:40:43 -05:00
parent 809b636b6e
commit 0d3894dbbc
2 changed files with 12 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfix (pluggable transport):
- Do not kill a managed proxy if one of its transport configurations
emits a method error. Instead log a warning and continue processing
method arguments. Closes ticket 7362.