Files
78e2ffab6ca3a20133fc095c4a250cd6c25dab3b
swift /test
David Hadas 2531df96a0 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
2012年10月23日 00:35:09 +02:00
..
2012年10月13日 12:04:25 +11:00
2012年10月22日 16:56:30 +04:00