diff options
author | erikchen@google.com <erikchen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-27 20:04:03 +0000 |
---|---|---|
committer | erikchen@google.com <erikchen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-27 20:04:03 +0000 |
commit | 6c6ea177b4c8196bbf5ea214c9082e5027997a5a (patch) | |
tree | 610f59a269c5ac50a86b8f2386cd368aff8ce56c /net/data | |
parent | fab8d14e7b94307a6f9965ccb59b882b9cc79ff6 (diff) | |
download | chromium_src-6c6ea177b4c8196bbf5ea214c9082e5027997a5a.zip chromium_src-6c6ea177b4c8196bbf5ea214c9082e5027997a5a.tar.gz chromium_src-6c6ea177b4c8196bbf5ea214c9082e5027997a5a.tar.bz2 |
SPDY sends RST_STREAM upon cancelling request, or bad header parse data.
Also fix tsan failure for spdy_http_stream_unittest.
Attempted to commit in http://codereview.chromium.org/3014030/show, ran into
different tsan failure.
TEST=net_unittests, tsan on windows for SpdyHttpStreamTest.
BUG=46589, 47478, 50198
Review URL: http://codereview.chromium.org/2811072
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53829 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/data')
-rw-r--r-- | net/data/valgrind/net_unittests.gtest-tsan_win32.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/data/valgrind/net_unittests.gtest-tsan_win32.txt b/net/data/valgrind/net_unittests.gtest-tsan_win32.txt index 6b2663a..0fc6d3c 100644 --- a/net/data/valgrind/net_unittests.gtest-tsan_win32.txt +++ b/net/data/valgrind/net_unittests.gtest-tsan_win32.txt @@ -14,9 +14,6 @@ DiskCacheBackendTest.* # See http://crbug.com/47836 ClientSocketPoolBaseTest.CancelPendingSocketAtSocketLimit -# See http://crbug.com/50198 -SpdyHttpStreamTest.SendRequest - ######################################### # These tests fail if you don't have our SSL certificate installed. # Please see http://dev.chromium.org/developers/testing#TOC-SSL-tests |