mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-23 15:14:37 +01:00
don't wrap TimeoutException in ICMPException
This commit is contained in:
parent
2ff645d598
commit
1fdc18d35f
@ -76,6 +76,10 @@ int ICMPSocketImpl::receiveFrom(void*, int, SocketAddress& address, int flags)
|
||||
{
|
||||
throw;
|
||||
}
|
||||
catch (TimeoutException&)
|
||||
{
|
||||
throw;
|
||||
}
|
||||
catch (Exception&)
|
||||
{
|
||||
std::string err = _icmpPacket.errorDescription(buffer.begin(), maxPacketSize);
|
||||
|
Loading…
x
Reference in New Issue
Block a user