On 23/12/2012 2:33 a.m., Kinkie wrote:
Hi, the attached patch addresses coverity scan issue 740595. In ConnStateData::getSslContextDone the SSL* result from httpsCreate is stored in a temporary variable but never used. This is not a problem as the same pointer is recorded in the fd_table; it's just an useless allocation which this patch removes.-- /kinkie
+1. Please apply. Amos
