diff options
-rw-r--r-- | src/chttpd.erl | 3 |
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(). |