Details
Description
The problem apear to exist onliy on replication 0.11 to 1.0
How to reproduce the bug:
On couchdb 0.11 create a database with a document that contains inline base64 encoded attachment.
{
"_id" : "test",
"_attachments":
{
"foo.txt":
}
}
replication 0.11 -> (CouchDBX) 1.0 will hang with following error log:
1> [info] [<0.1028.0>] starting new replication "5427f9ab10e93ee8b02bd9a3e0050c58" at <0.1069.0>
1> [error] [<0.1083.0>] streaming att. ended but more data requested
1> [info] [<0.1083.0>] request for "test/foo.txt" timed out, retrying in 0.5 seconds
1> [error] [<0.1083.0>] streaming att. ended but more data requested
1> [info] [<0.1083.0>] request for "test/foo.txt" timed out, retrying in 0.5 seconds
1> [error] [<0.1083.0>] streaming att. ended but more data requested
1> [info] [<0.1083.0>] request for "test/foo.txt" timed out, retrying in 0.5 seconds
1> [error] [<0.1083.0>] streaming att. ended but more data requested
1> [info] [<0.1083.0>] request for "test/foo.txt" timed out, retrying in 0.5 seconds
1> [error] [<0.1083.0>] streaming att. ended but more data requested
1> [info] [<0.1083.0>] request for "test/foo.txt" timed out, retrying in 0.5 seconds
1> [error] [<0.1083.0>] streaming att. ended but more data requested
1> [info] [<0.1083.0>] request for "test/foo.txt" timed out, retrying in 0.5 seconds