-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
Networking & Observability
-
Fully Compatible
-
N&O 2025-08-04, N&O 2025-08-18
-
0
-
None
-
3
-
TBD
-
None
-
None
-
None
-
None
-
None
-
None
-
None
jstest/sharding/libs/proxy_protocol_server.py imports a module from the "proxyprotocol" Python package, but the string "proxyprotocol" does not appear anywhere else in our source code.
That's because the package is installed from the internet for test, and it's called "proxy-protocol" with a hyphen.
It would be helpful for newcomers if this fact were mentioned in a comment in proxy_protocol_server.py.