io-lecture: fix slide order
This commit is contained in:
parent
97270c1cd5
commit
f00962e44d
1 changed files with 2 additions and 2 deletions
|
@ -78,6 +78,8 @@ io
|
|||
|
||||
* Example: http chunking
|
||||
|
||||
* Example: http chunking
|
||||
|
||||
Chunked transfer encoding is a streaming data transfer mechanism.
|
||||
|
||||
4\r\n
|
||||
|
@ -101,8 +103,6 @@ Actual body
|
|||
|
||||
* Example: http chunking
|
||||
|
||||
* Example: http chunking
|
||||
|
||||
Problem: proxy a chunked HTTP in a stream.
|
||||
|
||||
func transfer(clientWriter io.Writer, responseBody io.Reader)
|
||||
|
|
Loading…
Reference in a new issue