From 0b3bc057ca6c68214614f257704cb5a332747b75 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Thu, 02 Dec 2004 21:35:29 +0000 Subject: setting proper ignores. adding an empty cache files trying to fix >16kb writes. --- (limited to 'src/gnutls_cache.c') diff --git a/src/gnutls_cache.c b/src/gnutls_cache.c new file mode 100644 index 0000000..f2fb803 --- /dev/null +++ b/src/gnutls_cache.c @@ -0,0 +1,25 @@ +/* ==================================================================== + * Copyright 2004 Paul Querna + * + * Licensed 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. + * + */ + +#include "mod_gnutls.h" + +/** + * GnuTLS Session Cache using libmemcached + * + */ + +#include "libmemcache/memcache.h" -- cgit v0.9.2