You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2015/07/22 21:03:26 UTC

chttpd commit: updated refs/heads/2724-chunked-buffering to f7b6f62

Repository: couchdb-chttpd
Updated Branches:
  refs/heads/2724-chunked-buffering 11166b977 -> f7b6f62c1


Fix typo, will squash this before merging


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

Branch: refs/heads/2724-chunked-buffering
Commit: f7b6f62c16ac4caed464fb55c937b8d674e1b063
Parents: 11166b9
Author: Adam Kocoloski <ad...@cloudant.com>
Authored: Wed Jul 22 15:01:40 2015 -0400
Committer: Adam Kocoloski <ad...@cloudant.com>
Committed: Wed Jul 22 15:01:40 2015 -0400

----------------------------------------------------------------------
 src/chttpd.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/blob/f7b6f62c/src/chttpd.erl
----------------------------------------------------------------------
diff --git a/src/chttpd.erl b/src/chttpd.erl
index f5c0282..1cbbd04 100644
--- a/src/chttpd.erl
+++ b/src/chttpd.erl
@@ -1014,7 +1014,7 @@ with_default(Value, _) -> Value.
 %% response until it reaches this threshold and then send all the rows in one
 %% chunk to improve network efficiency. The default value is chosen so that
 %% the assembled chunk fits into the default Ethernet frame size (some reserved
-%% padding is necessary to accomodate the reporting of the chunk length). Set
+%% padding is necessary to accommodate the reporting of the chunk length). Set
 %% this value to 0 to restore the older behavior of sending each row in a
 %% dedicated chunk.
 chunked_response_buffer_size() ->