always force a reconnect when there's an error with ssl connection. This
authorChris Toshok <toshok@ximian.com>
Mon, 2 Jun 2003 20:17:29 +0000 (20:17 +0000)
committerChris Toshok <toshok@src.gnome.org>
Mon, 2 Jun 2003 20:17:29 +0000 (20:17 +0000)
commitbc6214e37f6a125109189c8639f9f302fb0beb98
tree28fcf33230106d464152bbdd8d39dc99600d8fd0
parent23fc2eb7204e8ea3a33d74a6cdede175f4e1852e
always force a reconnect when there's an error with ssl connection. This

2003-05-30  Chris Toshok  <toshok@ximian.com>

* libsoup/soup-queue.c (soup_queue_error_cb): always force a
reconnect when there's an error with ssl connection.  This fixes
#43387, but it runs the risk of sending requests multiple times to
the exchange server, and it results in lots of shorter lived
connections and more forking (in the ssl proxy case), depending on
the length of the operation.
ChangeLog
libsoup/soup-queue.c