netty5/transport-native-epoll/src
Norman Maurer 0320ccb59f Let getSoError() throw IOException as well
Motivation:

In commit acbca192bd we changed to have our native operations which either gall getsockopt or setsockopt throw IOExceptions (to be more specific we throw a ClosedChannelException in some cases). Unfortunally I missed to also do the same for getSoError() and missed to add throws IOException to the native methods.

Modifications:

- Correctly throw IOException from getSoError()
- Add throws IOException to native methods where it was missed.

Result:

Correct declaration of getSoError() and other native methods.
2016-03-17 20:09:15 +01:00
..
main Let getSoError() throw IOException as well 2016-03-17 20:09:15 +01:00
test/java/io/netty/channel EPOLL SO_LINGER=0 sends FIN+RST 2016-03-16 22:35:04 -07:00