You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2023. It is now read-only.
//create a new decompression stream to wrap this source HttpStream based on original content encoding if needed.
1094
+
//create a new compression stream to wrap target writer stream based on content encoding if needed.
1095
+
1087
1096
//1. Begin while(true) loop
1088
1097
//2. Parse chunk if chunked, and read bytes from original stream. Max length of bytes read will be equal to bufferPool.BufferSize.
1089
1098
//3. Call BeforeBodyWrite event handler with BeforeBodyWriteEventArgs.BodyBytes set to the bytes read from original stream (pass null if original stream reached its end).
0 commit comments