changeset 35:a84573f16a0c 0.5

Keepalive: update docs.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 03 Sep 2011 13:21:58 +0400
parents e10649a96f39
children 98ebec9459a1
files CHANGES LICENSE README
diffstat 3 files changed, 10 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+
+Changes with upstream keepalive module 0.5 (2011-09-03):
+
+    *) Feature: https connections support (requires patches).
+
+    *) Bugfix: invalid connections might be cached.
+
 
 Changes with upstream keepalive module 0.4 (2010-12-15):
 
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,5 @@
 /* 
- * Copyright (C) 2008-2010 Maxim Dounin
+ * Copyright (C) 2008-2011 Maxim Dounin
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
--- a/README
+++ b/README
@@ -1,11 +1,8 @@
 Keepalive balancer module for nginx.
 
 This module implements cache for backend connections.  As of now, it may
-be used with memcached upstreams.
-
-Note: don't even try it with http backends.  It won't work.
-
-Note: it's for nginx 0.7.* and up, won't work with nginx 0.6.*.
+be used with memcached upstreams.  Support for fastcgi, http and https
+requires expiremental patches for nginx.
 
 Configuration directives: