TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

HTTP 1, 2, and 3 in a Nutshell

5 pointsby colemorrisonover 5 years ago

1 comment

billconanover 5 years ago
I don&#x27;t understand &quot;using ONE TCP connection, it can send multiple request&#x2F;responses in parallel!&quot;.<p>Say a browser sends 2 requests in parallel using the same socket.<p>one request asks for a png image, one request asks for a css file. The server returns 32 bytes of data back. How does the client know what that 32 bytes are? are they part of the png image or the css file?
评论 #21089045 未加载