soup-message-io: fix setting of SoupMessage TLS properties
authorDan Winship <danw@gnome.org>
Mon, 19 Sep 2011 18:56:20 +0000 (14:56 -0400)
committerDan Winship <danw@gnome.org>
Mon, 19 Sep 2011 19:40:04 +0000 (15:40 -0400)
commit96a58299eab73941d1cb35a06cd55770c1e7ff95
tree23dabdf47641cf1a21aec72545e5c15ceb820c64
parent9d940957b8ffd208a77eb357ba91a4e887f80deb
soup-message-io: fix setting of SoupMessage TLS properties

Now that the TLS handshake occurs during connection, the socket
properties are set before we get to soup-message-io (and never
change), so copy them to the message right away rather than waiting
for a property notification.

https://bugzilla.gnome.org/show_bug.cgi?id=611496
libsoup/soup-message-io.c