Uploaded image for project: 'Axis2-C'
  1. Axis2-C
  2. AXIS2C-671

Hard coded value is used for content length for http chunked messages

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.1.0
    • None
    • None
    • Linux/Windows

    Description

      In file http_transport_utils.c line 269 following lines of code has hard coded value for content-length

      callback_ctx->content_length = 100000000;
      callback_ctx->unread_len = callback_ctx->content_length;

      Due to this, when large attachments are sent with http chunking on , they can't be retrived from server side.

      Attachments

        Activity

          People

            samisa Don Samisa Abeysinghe
            nandika Korale Gamaralalage Nandika Chandrasiri Jayawardana
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: