diff options
Diffstat (limited to 'changes/bug33097')
-rw-r--r-- | changes/bug33097 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug33097 b/changes/bug33097 new file mode 100644 index 0000000000..ef1a431daf --- /dev/null +++ b/changes/bug33097 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Remove the now-redundant 'outbuf_flushlen' field from our connection + type. It was previously used for an older version of our rate-limiting + logic. Closes ticket 33097. |