Revert "[TS-3153]: Add documentation for new API TSSslAdvertiseProtocolSet"
This reverts commit f19eba3ca70159af1ced63cc987b4a2508c570ba. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/dafe0a39 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/dafe0a39 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/dafe0a39 Branch: refs/heads/master Commit: dafe0a3977a4f3eafae649c687474ac4bfc21110 Parents: 9c43d50 Author: Sudheer Vinukonda <[email protected]> Authored: Wed Nov 19 16:23:51 2014 +0000 Committer: Sudheer Vinukonda <[email protected]> Committed: Wed Nov 19 16:23:51 2014 +0000 ---------------------------------------------------------------------- .../api/TSSslAdvertiseProtocolSet.en.rst | 32 -------------------- 1 file changed, 32 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/dafe0a39/doc/reference/api/TSSslAdvertiseProtocolSet.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/api/TSSslAdvertiseProtocolSet.en.rst b/doc/reference/api/TSSslAdvertiseProtocolSet.en.rst deleted file mode 100644 index 7684242..0000000 --- a/doc/reference/api/TSSslAdvertiseProtocolSet.en.rst +++ /dev/null @@ -1,32 +0,0 @@ -.. Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed - with this work for additional information regarding copyright - ownership. The ASF licenses this file to you under the Apache - License, Version 2.0 (the "License"); you may not use this file - except in compliance with the License. You may obtain a copy of - the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied. See the License for the specific language governing - permissions and limitations under the License. - - -TSSslAdvertiseProtocolSet -============ - -Synopsis --------- - -`#include <ts/ts.h>` - -.. c:function:: TSReturnCode TSSslAdvertiseProtocolSet(TSVConn sslp, const unsigned char ** list, unsigned int count); - -Description ------------ - - Modifies the NPN advertisement list for a given SSL connection with :arg:`list`. If :arg:`count` is 0, sets the NPN advertisement list to the default registered protocol list for the end point. Note that, the plugin that uses this API owns the :arg:`list` and is responsible for making sure it points to a valid memory. -
