You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Sahan Gamage (JIRA)" <ji...@apache.org> on 2006/01/25 04:29:09 UTC

[jira] Created: (AXIS2C-31) Implement the chunking support in simple axis server as well as in the http client.

Implement the chunking support in simple axis server as well as in the http client.
-----------------------------------------------------------------------------------

         Key: AXIS2C-31
         URL: http://issues.apache.org/jira/browse/AXIS2C-31
     Project: Axis2-C
        Type: New Feature
  Components: transport/http  
    Versions: Current (Nightly)    
    Reporter: Sahan Gamage


At the moment http transport does not handle chunking. But according to the HTTP/1.1 spec an application implementing HTTP/1.1 should handle chunking. So both the simple axis server as well as http client should handle chunked data streams.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS2C-31) Implement the chunking support in simple axis server as well as in the http client.

Posted by "Sahan Gamage (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-31?page=comments#action_12365034 ] 

Sahan Gamage commented on AXIS2C-31:
------------------------------------

Chunking support for the server side is implemented, Now we can interop with Java client.

> Implement the chunking support in simple axis server as well as in the http client.
> -----------------------------------------------------------------------------------
>
>          Key: AXIS2C-31
>          URL: http://issues.apache.org/jira/browse/AXIS2C-31
>      Project: Axis2-C
>         Type: New Feature
>   Components: transport/http
>     Versions: Current (Nightly)
>     Reporter: Sahan Gamage

>
> At the moment http transport does not handle chunking. But according to the HTTP/1.1 spec an application implementing HTTP/1.1 should handle chunking. So both the simple axis server as well as http client should handle chunked data streams.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS2C-31) Implement the chunking support in simple axis server as well as in the http client.

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-31?page=comments#action_12364167 ] 

Samisa Abeysinghe commented on AXIS2C-31:
-----------------------------------------

I also think that we should have an option to turn off chunking. Users may find this useful

> Implement the chunking support in simple axis server as well as in the http client.
> -----------------------------------------------------------------------------------
>
>          Key: AXIS2C-31
>          URL: http://issues.apache.org/jira/browse/AXIS2C-31
>      Project: Axis2-C
>         Type: New Feature
>   Components: transport/http
>     Versions: Current (Nightly)
>     Reporter: Sahan Gamage

>
> At the moment http transport does not handle chunking. But according to the HTTP/1.1 spec an application implementing HTTP/1.1 should handle chunking. So both the simple axis server as well as http client should handle chunked data streams.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS2C-31) Implement the chunking support in simple axis server as well as in the http client.

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-31?page=comments#action_12364166 ] 

Samisa Abeysinghe commented on AXIS2C-31:
-----------------------------------------

We would need this if we are to interop with Axis2 Java.

I tried to use a Java client, but it uses chinking. Have to figure out how to turn off chunking in Java for now.

> Implement the chunking support in simple axis server as well as in the http client.
> -----------------------------------------------------------------------------------
>
>          Key: AXIS2C-31
>          URL: http://issues.apache.org/jira/browse/AXIS2C-31
>      Project: Axis2-C
>         Type: New Feature
>   Components: transport/http
>     Versions: Current (Nightly)
>     Reporter: Sahan Gamage

>
> At the moment http transport does not handle chunking. But according to the HTTP/1.1 spec an application implementing HTTP/1.1 should handle chunking. So both the simple axis server as well as http client should handle chunked data streams.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXIS2C-31) Implement the chunking support in simple axis server as well as in the http client.

Posted by "Sahan Gamage (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-31?page=all ]
     
Sahan Gamage closed AXIS2C-31:
------------------------------

    Resolution: Fixed

Chunking support in the client side is also implemented. Client can switch off/on chunking by setting the <parameter name="Transfer-Encoding" locked="false">chunked</parameter>  in HTTP transport sender configuration in axis2.xml. To switch on set it to "chunked". To switch off set to "false".

> Implement the chunking support in simple axis server as well as in the http client.
> -----------------------------------------------------------------------------------
>
>          Key: AXIS2C-31
>          URL: http://issues.apache.org/jira/browse/AXIS2C-31
>      Project: Axis2-C
>         Type: New Feature
>   Components: transport/http
>     Versions: Current (Nightly)
>     Reporter: Sahan Gamage

>
> At the moment http transport does not handle chunking. But according to the HTTP/1.1 spec an application implementing HTTP/1.1 should handle chunking. So both the simple axis server as well as http client should handle chunked data streams.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira