mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-20 22:31:23 +01:00
#454 also applies to FTPStreamFactory
This commit is contained in:
parent
83405d6812
commit
62d69b7c6f
@ -40,6 +40,8 @@ public:
|
||||
FTPStreamBuf(std::istream& istr):
|
||||
_istr(istr)
|
||||
{
|
||||
// make sure exceptions from underlying string propagate
|
||||
_istr.exceptions(std::ios::badbit);
|
||||
}
|
||||
|
||||
~FTPStreamBuf()
|
||||
|
Loading…
x
Reference in New Issue
Block a user