StefanKopieczek
StefanKopieczek
Stop dropping all ACKs that don't correlate with an existing transaction - 2xx ACKs are their own transaction, so it's up to the dialog logic to sort them out. @DiscoViking...
e.g. --- FAIL: TestMassUDP (0.73s) transport_fv_test.go:49: Error - received an unexpected number of messages: 9978 http://claudebox.duckdns.org/job/gossip-pr/30/console
If connTable.Stop() is called when at least one connection in the table has expired, the connWatcher panics when it receives the stop message from the connTable. Cause is that when...
... they close shortly afterwards, but there's a race window where Stop() has returned but the sockets are still bound. This means that the sockets can't be reused immediately –...
The current transport tests are really FVs, not ITs, so should live in the 'test' package.
Issue #3829 tracks that Session.verify is ignored whenever `REQUESTS_CA_BUNDLES` or `CURL_CA_BUNDLES` is set. The underlying behavior will apparently be changed in 3.x, but in the meantime it would be helpful...