summaryrefslogtreecommitdiff
path: root/src/chttpd.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/chttpd.erl')
-rw-r--r--src/chttpd.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/chttpd.erl b/src/chttpd.erl
index 3ef33b40..e6e9866b 100644
--- a/src/chttpd.erl
+++ b/src/chttpd.erl
@@ -611,5 +611,4 @@ negotiate_content_type(#httpd{mochi_req=MochiReq}) ->
end.
server_header() ->
- OTPVersion = erlang:system_info(otp_release),
- [{"Server", "CouchDB/0.11.0 (Erlang OTP/" ++ OTPVersion ++ ")"}].
+ couch_httpd:server_header().