• Brad Fitzpatrick's avatar
    net/http: add test confirming a connection reuse case · f962e6e0
    Brad Fitzpatrick authored
    Verify that for a server doing chunked encoding, with the final data
    and EOF arriving together, the client will reuse the connection even
    if it closes the body without seeing an EOF. The server sends at least
    one non-zero chunk and one zero chunk. This verifies that the client's
    bufio reading reads ahead and notes the EOF, so even if the JSON
    decoder doesn't read the EOF itself, as long as somebody sees it, a
    close won't forcible tear down the connection. This was true at least
    of https://golang.org/cl/21291
    
    No code change. Test already passed (even with lots of runs, including
    in race mode with randomized goroutine scheduling).
    
    Updates #15703
    
    Change-Id: I2140b3eec6b099b6b6e54f153fe271becac5d949
    Reviewed-on: https://go-review.googlesource.com/23200
    Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarAndrew Gerrand <adg@golang.org>
    f962e6e0
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test 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.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...