[gwt-contrib] Re: Code Review Request: Fix flaxy MessageTransport test

2010-03-16 Thread Rajeev Dayal
I'm testing that if you try to use MessageTransport.executeRequestAsync(..) and the server side of the network has closed its input stream, then an exception will be thrown (an ExecutionException with an underlying cause of IllegalStateException). I don't think shutdownInput(..) would work,

[gwt-contrib] Re: Code Review Request: Fix flaxy MessageTransport test

2010-03-15 Thread rdayal
ping http://gwt-code-reviews.appspot.com/111808 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Code Review Request: Fix flaxy MessageTransport test

2010-03-15 Thread John Tamplin
On Mon, Mar 15, 2010 at 4:08 PM, rda...@google.com wrote: ping http://gwt-code-reviews.appspot.com/111808 I don't really know enough about the issue this patch is trying to address or the related code to really review it. Just from looking at the socket code, what exactly are you trying to