Skip to content

Commit 52f61ae

Browse files
committed
HTTPHEADER_VERSION_MINOR = 1
1 parent f4835f2 commit 52f61ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HTTPHeader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class HTTPHeader {
55
const HTTPHEADER_VERSION_MAJOR = 4;
6-
const HTTPHEADER_VERSION_MINOR = 0;
6+
const HTTPHEADER_VERSION_MINOR = 1;
77

88
private static function header_from_server($name)
99
: string|false {

0 commit comments

Comments
 (0)