diff options
author | drebs <drebs@leap.se> | 2014-04-04 11:55:35 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2014-04-04 12:12:35 -0300 |
commit | c3f5e9a6b340db969844a662c27fcb2b3f7596b9 (patch) | |
tree | aa6d057804142692a078b849f345335f15acdee4 /common/changes/bug_5449_add-workaround-for-hanging-requests-after-multipart-put | |
parent | 7bc94242398ad220908a214d0f457db017396f81 (diff) |
Renew couch connection session after multipart PUT (#5448).
Diffstat (limited to 'common/changes/bug_5449_add-workaround-for-hanging-requests-after-multipart-put')
-rw-r--r-- | common/changes/bug_5449_add-workaround-for-hanging-requests-after-multipart-put | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/changes/bug_5449_add-workaround-for-hanging-requests-after-multipart-put b/common/changes/bug_5449_add-workaround-for-hanging-requests-after-multipart-put new file mode 100644 index 00000000..dece564a --- /dev/null +++ b/common/changes/bug_5449_add-workaround-for-hanging-requests-after-multipart-put @@ -0,0 +1 @@ + o Renew HTTP session after multipart PUTs to avoid request hanging (#5449). |