[ https://issues.apache.org/jira/browse/COUCHDB-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13957069#comment-13957069 ]
Benoit Chesneau commented on COUCHDB-1986: ------------------------------------------ the file upload issue is interresting, it happens behind a nginx proxy so using the 1.0 HTTP prorocol. @oriol what kind of request was made to upload the file? Was it a chunked encoded request, a request with content-lenght or no content-length at all? Which client did you use? Anyway to help solving the issue I propose the following: - isolate the test that is failing (or write a new one) in it's own test. so we can make sure to not have any regression (we should add the file uploadinging mentionned by [~olp] too so we can validate it too. - annotate the code to have log some checkpoints in the parser. During our last test we noticed that the problem wasn't raised on recv, which is a good reason to think that the problem is somewhere else. > 04-replication-large-atts.t times out > ------------------------------------- > > Key: COUCHDB-1986 > URL: https://issues.apache.org/jira/browse/COUCHDB-1986 > Project: CouchDB > Issue Type: Bug > Components: Replication > Affects Versions: 1.5.0 > Reporter: Jan Lehnardt > Assignee: Dave Cottlehuber > Fix For: 1.6.0 > > > 04-replication-large-atts.t gets stuck around 558, sometimes a little earlier > or later, but it times out eventually, regardless of the timeout. I tried > doubling and such. -- This message was sent by Atlassian JIRA (v6.2#6252)