io-lecture: fix slide order

This commit is contained in:
Arseny Balobanov 2020-04-23 20:56:09 +03:00
parent 97270c1cd5
commit f00962e44d

View file

@ -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)