This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libanyevent-http-perl.

commit d2e6fdbc7fe6a79151767b4cb2268fbf726b6578
Author: gregor herrmann <gre...@debian.org>
Date:   Fri Jun 13 13:15:08 2014 +0200

    Drop ae-http-connection-tokens.patch
    
    which was from the upstream VCS.
---
 debian/patches/ae-http-connection-tokens.patch | 18 ------------------
 debian/patches/series                          |  1 -
 2 files changed, 19 deletions(-)

diff --git a/debian/patches/ae-http-connection-tokens.patch 
b/debian/patches/ae-http-connection-tokens.patch
deleted file mode 100644
index 1a04e41..0000000
--- a/debian/patches/ae-http-connection-tokens.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Separate connection tokens with comma
-Origin: upstream, 
http://cvs.schmorp.de/AnyEvent-HTTP/HTTP.pm?r1=1.117&r2=1.118&pathrev=MAIN
-Bug-Debian: https://bugs.debian.org/739236
-Forwarded: not-needed
-Author: Salvatore Bonaccorso <car...@debian.org>
-Last-Update: 2014-02-18
-
---- a/HTTP.pm
-+++ b/HTTP.pm
-@@ -785,7 +785,7 @@
-    # the key to use in the keepalive cache
-    my $ka_key = "$uscheme\x00$uhost\x00$uport\x00$arg{sessionid}";
- 
--   $hdr{connection} = ($persistent ? $keepalive ? "keep-alive " : "" : "close 
") . "Te"; #1.1
-+   $hdr{connection} = ($persistent ? $keepalive ? "keep-alive, " : "" : 
"close, ") . "Te"; #1.1
-    $hdr{te}         = "trailers" unless exists $hdr{te}; #1.1
- 
-    my %state = (connect_guard => 1);
diff --git a/debian/patches/series b/debian/patches/series
index 2ce912f..2ee397b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-ae-http-connection-tokens.patch
 fix-spelling-error-in-manpage.patch
 fix-manpage-has-errors-from-pod2man.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libanyevent-http-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to