Skip to content

Commit

Permalink
Merge pull request #106 from MathijsvN/patch-1
Browse files Browse the repository at this point in the history
Fixed three broken URLs
  • Loading branch information
RubenVerborgh authored Feb 12, 2024
2 parents ffbbb04 + 1d86e74 commit 53ada9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions architecture/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1710,17 +1710,17 @@ <h2>
</h2>
<ul>
<li class="next">
<a href="https://http2-explained.haxx.se/content/en/part2.html#23-inadequate-use-of-tcp">TCP connections are not used optimally.</a>
<a href="https://http2-explained.haxx.se/en/part2#id-2.3-inadequate-use-of-tcp">TCP connections are not used optimally.</a>
<ul>
<li>Connections are costly due to the three-way handshake.</li>
<li>Limit the connections per host to avoid exhaustion.</li>
</ul>
</li>
<li class="next">
<a href="https://http2-explained.haxx.se/content/en/part2.html#25-latency-kills">HTTP is very latency-sensitive.</a>
<a href="https://http2-explained.haxx.se/en/part2#id-2.5-latency-kills">HTTP is very latency-sensitive.</a>
</li>
<li class="next">
<a href="https://http2-explained.haxx.se/content/en/part2.html#26-head-of-line-blocking">Sequential handling of requests blocks pipelines.</a>
<a href="https://http2-explained.haxx.se/en/part2#id-2.6.-head-of-line-blocking">Sequential handling of requests blocks pipelines.</a>
<ul>
<li>
<em>HTTP pipelining</em> allows issuing multiple requests on a single TCP connection
Expand Down

0 comments on commit 53ada9b

Please sign in to comment.