Skip to content
Snippets Groups Projects
Verified Commit 3cfb04b6 authored by Torsten Grote's avatar Torsten Grote
Browse files

Establish some rules for handling InputStreams

* Methods shouldn't place any special requirements on the streams
  passed into them
* This implies that if a stream's going to be marked and reset,
  that should all happen within one method
* This also implies that if a method needs to mark and reset a stream,
  it should wrap the stream in a BufferedInputStream before doing so,
  rather than requiring a markable stream to be passed in
parent e85fbfb9
No related branches found
No related tags found
1 merge request!1006Store attachments and actually attach them to sent messages
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment