• Brad Fitzpatrick's avatar
    http2: fix flaky TestTransportResPattern_* tests · e90d6d0a
    Brad Fitzpatrick authored
    The test's server was replying with the stream closure before reading
    the test client's request body. This should in theory be handled
    better (and golang/go#16029 will be kept open to track it), but that's not
    what this test was trying to test anyway.
    
    Instead, make the test do things in the expected order so it can
    continue to test its original subject reliably. (It was trying to test
    all the orders of optional & optionally fragmented headers in responses.)
    
    Updates golang/go#16029 (flaky http2 TestTransportResPattern_*)
    Updates golang/go#11811 (subrepos need to be green)
    
    Change-Id: I631730fce5dad598120bb2d1ea8895e39255d711
    Reviewed-on: https://go-review.googlesource.com/24970Reviewed-by: 's avatarAndrew Gerrand <adg@golang.org>
    Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    e90d6d0a
Name
Last commit
Last update
bpf Loading commit data...
context Loading commit data...
dict Loading commit data...
html Loading commit data...
http2 Loading commit data...
icmp Loading commit data...
idna Loading commit data...
internal Loading commit data...
ipv4 Loading commit data...
ipv6 Loading commit data...
lex/httplex Loading commit data...
netutil Loading commit data...
proxy Loading commit data...
publicsuffix Loading commit data...
route Loading commit data...
trace Loading commit data...
webdav Loading commit data...
websocket Loading commit data...
xsrftoken Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
codereview.cfg Loading commit data...