
2 Nov
2010
2 Nov
'10
8:10 a.m.
Opened a ticket: https://svn.boost.org/trac/boost/ticket/4807 Artyom
Hello,
I implement the sink device that sometimes may fail on writes.
When Sink is implemented it should throw an exception on fault. To notify the stream on error.
However it is not always works this way. I've got the exception to "leak" to the main program when I combine in the filter gzip_comressor() filter that writes to output device that its Sink is full. When I call reset on the filter the exception in leaking to the program instead of being caught.