diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-05-27 13:24:44 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-05-27 17:34:56 (GMT) |
commit | 109e50103d757d880e7ce390482951111dad1e22 (patch) | |
tree | cbb9cdb9f63eda164727a24653c8ef8bdf283a46 /Swiften/QA/SConscript | |
parent | 0bdb45be4aa66dcc478d5f061096b1adbaa3ab2c (diff) | |
download | swift-contrib-109e50103d757d880e7ce390482951111dad1e22.zip swift-contrib-109e50103d757d880e7ce390482951111dad1e22.tar.bz2 |
Cleaning up code paths for rapid disconnect/reconnect.
This includes a fix in OpensSSLContext that stops assert failures when
more data is received on a connection after a write has failed. It's
worth investigating why this happens, stopping it doing so, and re-instate
the assert.
Resolves: #402
Diffstat (limited to 'Swiften/QA/SConscript')
-rw-r--r-- | Swiften/QA/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/QA/SConscript b/Swiften/QA/SConscript index ede7b39..dda6524 100644 --- a/Swiften/QA/SConscript +++ b/Swiften/QA/SConscript @@ -1,4 +1,5 @@ SConscript([ "NetworkTest/SConscript", + "ReconnectTest/SConscript", "ClientTest/SConscript", ]) |