Put in your client:
| HttpURLConnection conn;
| conn.setRequestProperty("Transfer-Encoding", "chunked");
| conn.setChunkedStreamingMode(-1);
| View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172308#4172308 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172308 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
