We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff9fd3 commit 917b212Copy full SHA for 917b212
1 file changed
docs/changelog-fragments.d/820.contrib.rst
@@ -0,0 +1,5 @@
1
+Refactored ``_from_server_socket()`` in :py:class:`~cheroot.connections.ConnectionManager`.
2
+This function had become highly nested and complex, triggering
3
+linter warnings (C901, WPS505). Decomposed the logic into
4
+several smaller private methods.
5
+-- by :user:`julianz-`
0 commit comments