Skip to content

Commit

Permalink
Fix to previous commit r679840.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.apache.org/repos/asf/incubator/couchdb/trunk@679843 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
cmlenz committed Jul 25, 2008
1 parent ae3b9c4 commit 798989c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/couchdb/couch_httpd.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1013,5 +1013,6 @@ negotiate_content_type(Req) ->
end.

server_header() ->
OTPVersion = "R" ++ integer_to_list(erlang:system_info(compat_rel)) ++ "B",
[{"Server", "CouchDB/" ++ couch_server:get_version() ++
" (Erlang OTP/R" ++ erlang:system_info(compat_rel) ++ "B)"}].
" (Erlang OTP/" ++ OTPVersion ++ ")"}].

0 comments on commit 798989c

Please sign in to comment.