| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…lusher abstraction WriteFlusher has grown unwieldy to be able to properly handle the kinds of uploads that are performed while being able to perform appropriate finegrained response validation. This is the first change in a series to tease WriteFlusher apart and create an UnbufferedWritableByteChannel for each kind of upload where all logic for that upload can be encapsulated.
Make dedicated WritableByteChannel to handle chunked resumable uploads.
Make dedicated WritableByteChannel to handle streamed resumable uploads.
There was a problem hiding this comment.
LGTM, thanks!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
WriteFlusher has grown unwieldy to be able to properly handle the kinds of uploads that are performed while being able to perform appropriate fine grained response validation.
This is the first change in a series to remove WriteFlusher and create purpose dedicated UnbufferedWritableByteChannels for the different kinds of uploads we perform. By having dedicated channels more fine grained response validation and request packing can be performed.
I left multiple commits in this PR for the time being. They are generally: