Files
swift/test/unit/common
Walter Doekes 77530136f1 tempurl: Fix PUT upload to temp url on py3
Without this change, the self._response_headers gets a dict_items() type
on PUT. But the rest of the code assumes that it is a list.

Bug manifestation:

    File "swift/common/middleware/catch_errors.py", line 120,
        in handle_request
      self._response_headers.append(('X-Trans-Id', trans_id))
  AttributeError: 'dict_items' object has no attribute 'append'

Closes-Bug: #1929083
Change-Id: I5c398b6008716b64c668737e4201ba3b6ab3320b
2021-05-20 11:44:11 -07:00
..
2021-03-10 19:09:13 +00:00
2010-07-12 17:03:45 -05:00
2020-04-03 21:22:38 +02:00
2018-03-13 12:06:07 +00:00
2017-11-07 15:39:25 +11:00
2020-05-27 03:19:13 +00:00