You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.1 KiB

  1. From a124eb6d7838eff2c52cc9bf027594c11e87fae9 Mon Sep 17 00:00:00 2001
  2. From: Willy Tarreau <w@1wt.eu>
  3. Date: Sat, 12 Jul 2014 17:31:07 +0200
  4. Subject: [PATCH 1/2] DOC: mention that Squid correctly responds 400 to PPv2
  5. header
  6. Amos reported that Squid builds 3.5.0.0_20140624 and 3.5.0.0_20140630
  7. were confirmed to respond correctly here and that any version will do
  8. the same.
  9. (cherry picked from commit 9e1382002aa1ba12dcc637870befd077ff887aad)
  10. ---
  11. doc/proxy-protocol.txt | 1 +
  12. 1 file changed, 1 insertion(+)
  13. diff --git a/doc/proxy-protocol.txt b/doc/proxy-protocol.txt
  14. index a2dbcea..a3925a4 100644
  15. --- a/doc/proxy-protocol.txt
  16. +++ b/doc/proxy-protocol.txt
  17. @@ -692,6 +692,7 @@ presented, even with minimal implementations :
  18. - thttpd 2.20c : 400 Bad Request + abort => pass/optimal
  19. - mini-httpd-1.19 : 400 Bad Request + abort => pass/optimal
  20. - haproxy 1.4.21 : 400 Bad Request + abort => pass/optimal
  21. + - Squid 3 : 400 Bad Request + abort => pass/optimal
  22. - SSL :
  23. - stud 0.3.47 : connection abort => pass/optimal
  24. - stunnel 4.45 : connection abort => pass/optimal
  25. --
  26. 1.8.5.5