From c1c99471ac155f224346b7cbd0ace05c303dbdca Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 16 Jan 2015 20:37:06 -0800 Subject: [PATCH] Release notes update for 3.5 --- doc/release-notes/release-3.5.sgml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/doc/release-notes/release-3.5.sgml b/doc/release-notes/release-3.5.sgml index f602d79873..dc3891e811 100644 --- a/doc/release-notes/release-3.5.sgml +++ b/doc/release-notes/release-3.5.sgml @@ -239,7 +239,7 @@ Most user-facing changes are reflected in squid.conf (see below). receive traffic from client software sending in this protocol. HTTP traffic without the PROXY header is not accepted on such a port. -

The accel and intercept options are still used to identify the +

The accel and intercept options are still used to identify the HTTP traffic syntax being delivered by the client proxy.

Squid can be configured by adding an http_port @@ -320,18 +320,14 @@ This section gives a thorough account of those changes in three categories:

Ported from Squid-2 with no configuration or visible behaviour changes. Collapsing of requests is performed across SMP workers. - ftp_client_idle_timeout -

This new configuration directive controls how long Squid should - wait for an FTP request on a connection to an ftp_port. Many FTP - clients do not deal with idle connection closures well, - necessitating a longer default timeout (30 minutes) than - client_idle_pconn_timeout used for incoming HTTP requests (2 - minutes). The current default may be changed as we get more - experience with FTP relaying. - ftp_client_idle_timeout

New directive controlling how long to wait for an FTP request on a client connection to Squid ftp_port. +

Many FTP clients do not deal with idle connection closures well, + necessitating a longer default timeout (30 minutes) than + client_idle_pconn_timeout used for incoming HTTP requests (2 + minutes). +

The current default may be changed as we get more experience with FTP relaying. ftp_port

New configuration directive to accept and relay native FTP -- 2.47.3