soup-session.c: always send the "Keep-Alive" header
authorSergio Villar Senin <svillar@igalia.com>
Tue, 26 Apr 2011 16:47:11 +0000 (18:47 +0200)
committerSergio Villar Senin <svillar@igalia.com>
Tue, 26 Apr 2011 17:18:38 +0000 (19:18 +0200)
commit8e99df80d27115a6afce4203ddcc9ce31c4a7ce6
tree75ec16b6ff57652fe9476b0a304c7cb63e13d05f
parent5639a9d01a664805219b59e570c81a07da5543ff
soup-session.c: always send the "Keep-Alive" header

This will save us many new connection attempts when connecting to HTTP1.0
servers that automatically try to close the connection unless specified by
the client.

https://bugzilla.gnome.org/show_bug.cgi?id=648680
libsoup/soup-session.c