We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858baa0 commit 799105dCopy full SHA for 799105d
Changes
@@ -1,5 +1,7 @@
1
Revision history for HTTP-Daemon
2
3
+{{$NEXT}}
4
+
5
6.15 2023-02-22 22:02:46Z
6
- Fix CVE-2022-31081: Inconsistent Interpretation of HTTP Requests
7
Correctly handle multiple Content-Length headers and its variants
lib/HTTP/Daemon.pm
@@ -5,7 +5,7 @@ package HTTP::Daemon;
use strict;
use warnings;
8
-our $VERSION = '6.15';
+our $VERSION = '6.16';
9
10
use Socket ();
11
use IO::Socket::IP;
0 commit comments