Re: [squid-dev] [PATCH] FtpServer.cc:1024: reply != NULL assertion

2015-08-21 Thread Amos Jeffries
On 19/08/2015 10:26 p.m., Tsantilas Christos wrote: Patch applied to trunk as rev.14230 I am attaching the squid-3.5 version of the patch. And its in 3.5 with snapshot r13895 today. Amos ___ squid-dev mailing list squid-dev@lists.squid-cache.org

Re: [squid-dev] [PATCH] FtpServer.cc:1024: reply != NULL assertion

2015-08-19 Thread Eliezer Croitoru
Thanks! On 19/08/2015 13:26, Tsantilas Christos wrote: Patch applied to trunk as rev.14230 I am attaching the squid-3.5 version of the patch. ___ squid-dev mailing list squid-dev@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-dev

Re: [squid-dev] [PATCH] FtpServer.cc:1024: reply != NULL assertion

2015-08-19 Thread Tsantilas Christos
Patch applied to trunk as rev.14230 I am attaching the squid-3.5 version of the patch. On 08/19/2015 08:56 AM, Amos Jeffries wrote: On 19/08/2015 4:08 a.m., Tsantilas Christos wrote: Handle nil HttpReply pointer inside various handlers called from Ftp::Server::handleReply(). For example,

Re: [squid-dev] [PATCH] FtpServer.cc:1024: reply != NULL assertion

2015-08-18 Thread Amos Jeffries
On 19/08/2015 4:08 a.m., Tsantilas Christos wrote: Handle nil HttpReply pointer inside various handlers called from Ftp::Server::handleReply(). For example, when the related StoreEntry object is aborted, the client_side_reply.cc code may call the Ftp::Server::handleReply() method with a nil

[squid-dev] [PATCH] FtpServer.cc:1024: reply != NULL assertion

2015-08-18 Thread Tsantilas Christos
Handle nil HttpReply pointer inside various handlers called from Ftp::Server::handleReply(). For example, when the related StoreEntry object is aborted, the client_side_reply.cc code may call the Ftp::Server::handleReply() method with a nil reply pointer. The Ftp::Server::handleReply()