Author: fdmanana
Date: Tue Nov 30 12:20:29 2010
New Revision: 1040485

URL: http://svn.apache.org/viewvc?rev=1040485&view=rev
Log:
Removed call to function that doesn't exists in this branch.

Modified:
    couchdb/branches/new_replicator/src/couchdb/couch_httpd_db.erl

Modified: couchdb/branches/new_replicator/src/couchdb/couch_httpd_db.erl
URL: 
http://svn.apache.org/viewvc/couchdb/branches/new_replicator/src/couchdb/couch_httpd_db.erl?rev=1040485&r1=1040484&r2=1040485&view=diff
==============================================================================
--- couchdb/branches/new_replicator/src/couchdb/couch_httpd_db.erl (original)
+++ couchdb/branches/new_replicator/src/couchdb/couch_httpd_db.erl Tue Nov 30 
12:20:29 2010
@@ -56,7 +56,6 @@ handle_request(#httpd{path_parts=[DbName
     end.
 
 handle_changes_req(#httpd{method='POST'}=Req, Db) ->
-    couch_httpd:validate_ctype(Req, "application/json"),
     handle_changes_req1(Req, Db);
 handle_changes_req(#httpd{method='GET'}=Req, Db) ->
     handle_changes_req1(Req, Db);


Reply via email to