[ 
https://issues.apache.org/jira/browse/AXIS2-2449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487244
 ] 

Oleg Kalnichevski commented on AXIS2-2449:
------------------------------------------

Great! Would it also be a big deal to 'svn mv' all Axis*Impl and DefaultHttp* 
classes and AxisHttpService to org.apache.axis2.transport.http.server.impl 
package just to make the code a little more structured? I could submit a patch 
for that but that would cause the commit history on those files to be lost. 

Oleg

> Request and response content streaming for SimpleHttpServer 
> ------------------------------------------------------------
>
>                 Key: AXIS2-2449
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2449
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: transports
>            Reporter: Oleg Kalnichevski
>             Fix For: nightly
>
>         Attachments: 20070405-simplehttpserver-1.2-branch.patch, 
> 20070405-simplehttpserver.patch
>
>
> Folks,
> I am submitting for your consideration a patch that implements request and 
> response content streaming for SimpleHttpServer. 
> The patch introduces a custom API on top of lower level HttpCore components 
> similar to the Java Servlet API. This enables Axis2 engine to stream content 
> in and out while processing messages without having to use intermediate 
> content buffers, thus eliminating  the last significant deficiency in the 
> SimpleHttpServer left from the the old implementation based on Commons 
> HttpClient test classes. 
> All test cases pass for me.
> Please let me know what you think.
> Oleg

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to