Ilegal chunk encoding by the test_client

Bug #1070036 reported by David Hadas
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Object Storage (swift)
Fix Released
Undecided
David Hadas

Bug Description

test_client sends a wrong size indication when testing chunked data.

For example insead of sending

      5\r\nabcde\r\n (which is inline with the standard)

 The client would send:

      0x5\r\nabcde\r\n

Changed in swift:
assignee: nobody → David Hadas (david-hadas)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to swift (master)

Fix proposed to branch: master
Review: https://review.openstack.org/14638

Changed in swift:
status: In Progress → Fix Committed
status: Fix Committed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to swift (master)

Reviewed: https://review.openstack.org/14638
Committed: http://github.com/openstack/swift/commit/2531df96a0cc34c42b3339907d303ff5215b37a7
Submitter: Jenkins
Branch: master

commit 2531df96a0cc34c42b3339907d303ff5215b37a7
Author: David Hadas <email address hidden>
Date: Tue Oct 23 00:23:43 2012 +0200

    Fixes Ilegal chunk encoding by the test_client

    test_client sends a wrong size indication when testing
    chunked data.
    For example instead of sending:
       5\r\nabcde\r\n (which is inline with the standard)
    The client would send:
       0x5\r\nabcde\r\n

    On branch bp/wsgi-application-interface-2
      modified: test/functional/swift_test_client.py

    Change-Id: I7597dcd24adade009aead66f67674f361f3fe4fa
    Fixes: Bug #1070036
    Implements: Blueprint wsgi-application-interface

Changed in swift:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in swift:
milestone: none → 1.7.5
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.