[EMAIL PROTECTED] wrote:
jfclere 2005/04/16 03:31:34
Modified: jni/java/org/apache/tomcat/jni Socket.java
jni/native/src network.c
Log:
Throw an exception when bind() failed.
Why did you do that?
I mean there is no need to throw an exception if we can get a direct
APR status code.
The trow is used *only* for functions that return status and fill
a single pointer.
We are not trying to be Java compatible, but as close to follow the
APR api (as is possible).
Regards,
Mladen.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]