Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CBLMultipartUploader's connection:needNewBodyStream returns closed stream #752

Closed
pasin opened this issue Jun 3, 2015 · 1 comment
Closed
Assignees
Milestone

Comments

@pasin
Copy link
Contributor

pasin commented Jun 3, 2015

The closed InputStream cannot be reopened. Need to call writer() block to get a new writer. For sending a large attachment

@pasin pasin self-assigned this Jun 3, 2015
@pasin
Copy link
Contributor Author

pasin commented Jun 3, 2015

Look like I only hit this issue when running P2P replication (docs + attachments) with authentication enabled. I don't know why I don't see this issue before.

@pasin pasin added the bug label Jun 11, 2015
@zgramana zgramana modified the milestones: 1.1.0, 1.2 Jun 12, 2015
pasin added a commit that referenced this issue Jun 15, 2015
Create a new writer after closing stream.

#752
@pasin pasin added in progress and removed ready labels Jun 15, 2015
@pasin pasin closed this as completed Jun 18, 2015
@pasin pasin removed the in progress label Jun 18, 2015
@pasin pasin modified the milestones: 1.1.1, 1.2 Jul 28, 2015
pasin added a commit that referenced this issue Jul 30, 2015
Create a new writer after closing stream.

#752
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants