by colemorrison on 9/26/19, 8:47 PM with 2 comments
by billconan on 9/26/19, 8:55 PM
Say a browser sends 2 requests in parallel using the same socket.
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?