netty5/common
Trustin Lee 4477eb2f48 Fix native library loading in Windows
Motivation:

Windows refuses to load a .DLL file when it's opened by other process.
Recent modification in NativeLibraryLoader causes NativeLibraryLoader to
attempt to load a .DLL before closing its OutputStream. As a result,
loading a .DLL file in Windows always fails.

Modifications:

Close the OutputStream explicitly before loading a shared library.

Result:

Native library loading in Windows works again.
2016-08-31 07:06:53 +02:00
..
src Fix native library loading in Windows 2016-08-31 07:06:53 +02:00
pom.xml [maven-release-plugin] prepare release netty-4.1.5.Final 2016-08-26 04:59:35 +02:00