diff options
author | Luca Favatella <[email protected]> | 2018-03-16 18:00:00 +0000 |
---|---|---|
committer | Luca Favatella <[email protected]> | 2018-03-23 17:02:53 +0000 |
commit | 9a19dc099198585bd4f019116663d5b8be506ce0 (patch) | |
tree | 742ef416e52af1c37f92814ccf2735f62a1674b8 /.travis.yml | |
parent | cef626165bc62edcc78c3be0c2cb107ae961b805 (diff) | |
download | otp-9a19dc099198585bd4f019116663d5b8be506ce0.tar.gz otp-9a19dc099198585bd4f019116663d5b8be506ce0.tar.bz2 otp-9a19dc099198585bd4f019116663d5b8be506ce0.zip |
inets: Teach httpc to honour `Connection: close` from server
From https://tools.ietf.org/html/rfc7230#section-6.6
> A client that receives a "close" connection option MUST cease
sending requests on that connection and close the connection after
reading the response message containing the "close"; if additional
pipelined requests had been sent on the connection, the client
SHOULD NOT assume that they will be processed by the server.
Notes on tests:
* The new tests are added only in group sim_http and not sim_https
because the same test approach appears to be not valid because when
processing the first response the server already sent data (> 0) for
the TLS/SSL handshake;
* The order of tests is relevant as it appears some test cases leave
reusable sessions behind.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions