nickva commented on issue #1843: replication error, atts_since limit on heavy conflicted doc URL: https://github.com/apache/couchdb/issues/1843#issuecomment-452744074 @jlami I think you were hitting the same bug in the Erlang http headers parser (exposed through Mochiweb webserver, which CouchDB is using) as #1810. Normally some proxies should send 414 and CouchDB would send it as well if you set `[httpd] max_uri_length = SomeNumber`. So perhaps setting that is another workaround, so you'd set it to 8000 or so and when request limit is hit 414 will be returned instead.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
