[jboss-jira] [JBoss JIRA] Closed: (JBREM-411) Add chunked streaming support to the HTTP invoker
David Lloyd (JIRA)
jira-events at lists.jboss.org
Wed Sep 26 05:31:23 EDT 2007
[ http://jira.jboss.com/jira/browse/JBREM-411?page=all ]
David Lloyd closed JBREM-411.
-----------------------------
> Add chunked streaming support to the HTTP invoker
> -------------------------------------------------
>
> Key: JBREM-411
> URL: http://jira.jboss.com/jira/browse/JBREM-411
> Project: JBoss Remoting
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: transport
> Reporter: Jason T. Greene
> Assigned To: Tom Elrod
> Fix For: 2.0.0.Beta2 (Boon)
>
>
> HTTPUrlConnection internally double buffers data. This prevents sending large attachments in web services (see issue link).
> The only way for this to work would be to use chunked streaming mode: http://java.sun.com/j2se/1.5.0/docs/api/java/net/HttpURLConnection.html#setChunkedStreamingMode(int)
> However, this is only supported in java 5.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list