diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-31 21:41:31 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-31 21:41:31 +0000 |
commit | b89ca03de8ef4f30169d72d3120ee291481d5964 (patch) | |
tree | e67f8a5956242cc4498ca374870ee0a839bef775 /third_party/pyftpdlib/README.chromium | |
parent | a72c6bb647954c92109a57b3edbb789195edda57 (diff) | |
download | chromium_src-b89ca03de8ef4f30169d72d3120ee291481d5964.zip chromium_src-b89ca03de8ef4f30169d72d3120ee291481d5964.tar.gz chromium_src-b89ca03de8ef4f30169d72d3120ee291481d5964.tar.bz2 |
Speed up net_unittests by re-using one FTP test server instance.
I managed to save 30s with this change!
I had to change the interface of the test server a bit. Now the credentials
to be used are passed (optionally) for TestPage request, not in the ctor.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/182031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24942 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/pyftpdlib/README.chromium')
-rw-r--r-- | third_party/pyftpdlib/README.chromium | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/third_party/pyftpdlib/README.chromium b/third_party/pyftpdlib/README.chromium index a36b118..6415902 100644 --- a/third_party/pyftpdlib/README.chromium +++ b/third_party/pyftpdlib/README.chromium @@ -1,5 +1,9 @@ This library was downloaded from http://code.google.com/p/pyftpdlib/ +Chromium-specific changes are in chromium.patch file. Currently it removes the +delay after invalid login (which helps protect against brute-force attacks), +which is slowing down some tests. + For licensing information please LICENSE file Python FTP server library provides an high-level portable interface to easily @@ -9,4 +13,4 @@ available for Python programming language. Version: 0.5.0 -Learn more by visiting: http://code.google.com/p/pyftpdlib/wiki/FAQ
\ No newline at end of file +Learn more by visiting: http://code.google.com/p/pyftpdlib/wiki/FAQ |