Commit 64ee33e
committed
client: make gc step non-static
All connections has GC of input buffer, and step counter is static now.
It breaks multithreaded scenarios since several connections can be use
concurrently from several threads, so let's move the GC step counter
right to `Connection` class.
Part of #1101 parent edc0c4f commit 64ee33e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| 253 | + | |
253 | 254 | | |
254 | 255 | | |
255 | 256 | | |
| |||
521 | 522 | | |
522 | 523 | | |
523 | 524 | | |
524 | | - | |
525 | | - | |
| 525 | + | |
526 | 526 | | |
527 | 527 | | |
528 | 528 | | |
| |||
0 commit comments