Really, don't shut down SSL twice
authorDavid Woodhouse <David.Woodhouse@intel.com>
Sun, 3 Jan 2010 18:18:53 +0000 (18:18 +0000)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sun, 3 Jan 2010 18:18:53 +0000 (18:18 +0000)
commitc3497a15baf892555d03f9b581a4a86c0fd05759
treedcd1242ac17f3e6b3c7a02da357f7e93e6d6c90f
parent2c2f943a45ce91767453dd21e872f998685ef0f0
Really, don't shut down SSL twice

It's the one in redirect handling that needs to check whether the
connection is already closed. The one in process_http_response() can't
possibly happen when the connection is already closed.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
http.c