]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: SPOE is no longer experimental
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 May 2020 06:25:12 +0000 (08:25 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 18 May 2020 15:47:18 +0000 (17:47 +0200)
The SPOE was marked as experiemental since the begining. But, it is no longer
true. This can be an obstacle to its use.

doc/SPOE.txt
doc/configuration.txt

index 366160255a086473300c628e75e5eeb77cec3406..a8bbea660236b61f46a9fa98c74732c82741b490 100644 (file)
@@ -1,7 +1,7 @@
                 -----------------------------------------------
                    Stream Processing Offload Engine (SPOE)
                                   Version 1.2
-                          ( Last update: 2017-09-22 )
+                          ( Last update: 2020-06-13 )
                 -----------------------------------------------
                           Author : Christopher Faulet
                       Contact : cfaulet at haproxy dot com
@@ -70,13 +70,12 @@ implement Single Sign On solution (SSO) in HAProxy. The SPOE will ease this
 kind of processing, or we hope so.
 
 Now, the aim of SPOE is to allow any kind of offloading on the streams. First
-releases, besides being experimental, won't do lot of things. As we will see,
-there are few handled events and even less actions supported. Actually, for
-now, the SPOE can offload the processing before "tcp-request content",
-"tcp-response content", "http-request" and "http-response" rules. And it only
-supports variables definition. But, in spite of these limited features, we can
-easily imagine to implement SSO solution, ip reputation or ip geolocation
-services.
+releases won't do lot of things. As we will see, there are few handled events
+and even less actions supported. Actually, for now, the SPOE can offload the
+processing before "tcp-request content", "tcp-response content", "http-request"
+and "http-response" rules. And it only supports variables definition. But, in
+spite of these limited features, we can easily imagine to implement SSO
+solution, ip reputation or ip geolocation services.
 
 
 2. SPOE configuration
index 3071c655d3d94c76fecaf63c53854ee8a952cdf7..a8ba58a902ae180c516c0e3327422dd753ba3180 100644 (file)
@@ -19419,10 +19419,6 @@ the Stream Processing Offload Protocol (SPOP).
 For all information about the SPOE configuration and the SPOP specification, see
 "doc/SPOE.txt".
 
-Important note:
-    The SPOE filter is highly experimental for now and was not heavily
-    tested. It is really not production ready. So use it carefully.
-
 9.4. Cache
 ----------