You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/02/12 07:21:42 UTC

[10/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

Fix for COUCHDB-266.

git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@747381 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/3b326833
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/3b326833
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/diff/3b326833

Branch: refs/heads/import-master
Commit: 3b326833f6695662b4f3f49160178333709015b0
Parents: 4271c93
Author: Christopher Lenz <cm...@apache.org>
Authored: Tue Feb 24 13:58:34 2009 +0000
Committer: Christopher Lenz <cm...@apache.org>
Committed: Tue Feb 24 13:58:34 2009 +0000

----------------------------------------------------------------------
 mochiweb_request.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/3b326833/mochiweb_request.erl
----------------------------------------------------------------------
diff --git a/mochiweb_request.erl b/mochiweb_request.erl
index f512555..1a2764e 100644
--- a/mochiweb_request.erl
+++ b/mochiweb_request.erl
@@ -182,7 +182,7 @@ recv_body(MaxBody) ->
             true -> 
                 {NewLength, [Bin | BinAcc]}
             end
-        end, {0, []}, ?MAX_RECV_BODY),
+        end, {0, []}, MaxBody),
     put(?SAVE_BODY, Body),
     Body.