Commit 6ae842f
Rename classes per review feedback
Changes requested by @dkropachev:
1. Renamed TLSSessionCache (ABC) to TLSSessionCacheBase in cluster.py
2. Renamed TLSSessionCacheOptions (ABC) to TLSSessionCacheOptionsBase in cluster.py
3. Renamed DefaultTLSSessionCacheOptions to TLSSessionCacheOptions in tls.py
4. Removed session_reused attribute from Connection class
Benefits:
- Clearer naming convention with "Base" suffix for abstract base classes
- Simpler naming for concrete implementations (no "Default" prefix needed)
- Reduced complexity by removing unused session_reused tracking
Co-authored-by: dkropachev <40304587+dkropachev@users.noreply.github.com>1 parent 3e65a68 commit 6ae842f
3 files changed
Lines changed: 8 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
960 | 960 | | |
961 | 961 | | |
962 | 962 | | |
963 | | - | |
| 963 | + | |
964 | 964 | | |
965 | 965 | | |
966 | | - | |
| 966 | + | |
967 | 967 | | |
968 | 968 | | |
969 | 969 | | |
| |||
1524 | 1524 | | |
1525 | 1525 | | |
1526 | 1526 | | |
1527 | | - | |
| 1527 | + | |
1528 | 1528 | | |
1529 | 1529 | | |
1530 | 1530 | | |
1531 | | - | |
| 1531 | + | |
1532 | 1532 | | |
1533 | 1533 | | |
1534 | 1534 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
689 | 689 | | |
690 | 690 | | |
691 | 691 | | |
692 | | - | |
693 | 692 | | |
694 | 693 | | |
695 | 694 | | |
| |||
775 | 774 | | |
776 | 775 | | |
777 | 776 | | |
778 | | - | |
779 | 777 | | |
780 | 778 | | |
781 | 779 | | |
| |||
994 | 992 | | |
995 | 993 | | |
996 | 994 | | |
997 | | - | |
998 | | - | |
999 | | - | |
| 995 | + | |
1000 | 996 | | |
1001 | 997 | | |
1002 | 998 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
0 commit comments