add support for logging XML request conditionally for profiling
This commit is contained in:
@@ -334,7 +334,7 @@ class ApplicationPartPut(ApplicationBase):
|
||||
if (item and item.uid == prepared_item.uid):
|
||||
logger.debug("PUT request updated existing item %r", path)
|
||||
headers = {"ETag": etag}
|
||||
return client.NO_CONTENT, headers, None
|
||||
return client.NO_CONTENT, headers, None, None
|
||||
|
||||
headers = {"ETag": etag}
|
||||
return client.CREATED, headers, None
|
||||
return client.CREATED, headers, None, None
|
||||
|
||||
Reference in New Issue
Block a user