Loading…
|
Translation changed |
|
|
String added in the repository |
|
Loading…
|
Translation changed |
|
|
String added in the repository |
|
For the ultimate level of control, a caller can manually compose the chunk itself by first emitting a header with the correct chunk body size, and then by emitting the chunk body in multiple calls to the stream write function. In this case the caller is responsible for also emitting the terminating若需要最高级别的控制,调用方可以手动组合分块:先发送一个带有正确分块体大小的头部,然后通过多次调用流写入函数来发送分块体。此时,调用方还需负责发送终止的 CRLF((`"\r\n"`):):