You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2016/08/22 11:19:32 UTC

[06/50] ibrowse commit: updated refs/heads/upstream to b28542d

Removed duplicate documentation


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

Branch: refs/heads/upstream
Commit: 4b0fb6b8a0e80c5afe16601a82245776ea2cf498
Parents: 642c082
Author: benjaminplee <ya...@gmail.com>
Authored: Thu Nov 20 18:01:25 2014 +0000
Committer: benjaminplee <ya...@gmail.com>
Committed: Thu Nov 20 18:01:25 2014 +0000

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


http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/4b0fb6b8/src/ibrowse.erl
----------------------------------------------------------------------
diff --git a/src/ibrowse.erl b/src/ibrowse.erl
index 0ade277..951cfe1 100644
--- a/src/ibrowse.erl
+++ b/src/ibrowse.erl
@@ -158,7 +158,7 @@ stop() ->
 %% respHeader() = {headerName(), headerValue()}
 %% headerName() = string()
 %% headerValue() = string()
-%% response() = {ok, Status, ResponseHeaders, ResponseBody} | {ok, Status, ResponseHeaders, ResponseBody} | {ibrowse_req_id, req_id() } | {error, Reason}
+%% response() = {ok, Status, ResponseHeaders, ResponseBody} | {ibrowse_req_id, req_id() } | {error, Reason}
 %% req_id() = term()
 %% ResponseBody = string() | {file, Filename}
 %% Reason = term()