deb-swift/swift/obj
Clay Gerrard d124ce5792 Fix ValueError in ssync_receiver
httplib's putheader method will cast whatever you give it to a string.
where we allow the default dict.get default of None to be passed to
putheader unmodified ssync_receiver is surpised that the non-empty
string isn't able to be converted to an integer.

We can avoid surprising the ssync_receiver in this way by sending the
empty string as a better default.

Change-Id: Ie9df9927ff4d3dd3f334647f883b2937d0d81030
2015-06-26 12:49:26 -07:00
..
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
auditor.py Ensure sys.exit called in fork_child after exception 2014-10-02 17:46:06 -04:00
diskfile.py Merge "The hash_cleanup_listdir function should only be called when necessary." 2015-06-10 04:15:21 +00:00
expirer.py Fix bug with expirer and unicode 2014-10-10 14:22:04 -07:00
mem_diskfile.py Per-policy DiskFile classes 2015-04-14 00:52:16 -07:00
mem_server.py Per-policy DiskFile classes 2015-04-14 00:52:16 -07:00
reconstructor.py Allow 1+ object-servers-per-disk deployment 2015-06-18 12:43:50 -07:00
replicator.py Allow 1+ object-servers-per-disk deployment 2015-06-18 12:43:50 -07:00
server.py EC Ssync: Update parms to include node and frag indices 2015-06-19 16:30:11 -07:00
ssync_receiver.py EC Ssync: Update parms to include node and frag indices 2015-06-19 16:30:11 -07:00
ssync_sender.py Fix ValueError in ssync_receiver 2015-06-26 12:49:26 -07:00
updater.py Per-policy DiskFile classes 2015-04-14 00:52:16 -07:00