Mercurial > mplayer.hg
changeset 12352:2e0a4b32e139
Should be Connection: close, and not closed.
It has been there since v1.3...
Thanks to Jonas Jensen <jbj@knef.dk> to noticed it.
author | bertrand |
---|---|
date | Thu, 29 Apr 2004 21:34:50 +0000 |
parents | af557de9daee |
children | 4db6ca9c27b5 |
files | libmpdemux/network.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/network.c Thu Apr 29 21:01:09 2004 +0000 +++ b/libmpdemux/network.c Thu Apr 29 21:34:50 2004 +0000 @@ -466,7 +466,7 @@ if (network_cookies_enabled) cookies_set( http_hdr, server_url->hostname, server_url->url ); - http_set_field( http_hdr, "Connection: closed"); + http_set_field( http_hdr, "Connection: close"); http_add_basic_authentication( http_hdr, url->username, url->password ); if( http_build_request( http_hdr )==NULL ) { return -1;