Skip to content

Commit 799105d

Browse files
committed
increment $VERSION after 6.15 release
1 parent 858baa0 commit 799105d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Revision history for HTTP-Daemon
22

3+
{{$NEXT}}
4+
35
6.15 2023-02-22 22:02:46Z
46
- Fix CVE-2022-31081: Inconsistent Interpretation of HTTP Requests
57
Correctly handle multiple Content-Length headers and its variants

lib/HTTP/Daemon.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package HTTP::Daemon;
55
use strict;
66
use warnings;
77

8-
our $VERSION = '6.15';
8+
our $VERSION = '6.16';
99

1010
use Socket ();
1111
use IO::Socket::IP;

0 commit comments

Comments
 (0)