Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit afcca99

Browse files
committed
#823 Update TODO comments
1 parent 9dcdb8d commit afcca99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Titanium.Web.Proxy/Helpers/HttpStream.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ private Task handleBodyWrite(IHttpStreamWriter writer, bool isChunked, long cont
10901090
//4. Write BeforeBodyWriteEventArgs.BodyBytes to the target stream when BeforeBodyWriteEventArgs.BodyBytes is not null or empty.
10911091
//5. Stop writing to target stream when 'long contentLength' parameter number of bytes are written (when not chunked) or
10921092
//when BeforeBodyWriteEventArgs.IsLastChunk is true after callback (when chunked).
1093-
//6. Exit loop when original stream is completely siphoned out.
1093+
//6. Exit loop when original stream is completely siphoned out and when writing in step 5 has stopped.
10941094
throw new NotImplementedException();
10951095
}
10961096

0 commit comments

Comments
 (0)