|
|
|
|
|
by toast0
2662 days ago
|
|
The hidden danger, mentioned in the article, is if the client sends a second request while the server closes an idle connection. Until http/2, the client can't tell if the server closed the connection before or after it received the request. Many servers send a hint about the idle time out, but few client libraries process it (that I've seen). The larger the latency between server and client, the bigger deal this is. |
|
Pipelining might amplify it, but it is always there, especially with unreliable mobile connections.