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 f4835f2 commit 52f61aeCopy full SHA for 52f61ae
HTTPHeader.php
@@ -3,7 +3,7 @@
3
4
class HTTPHeader {
5
const HTTPHEADER_VERSION_MAJOR = 4;
6
- const HTTPHEADER_VERSION_MINOR = 0;
+ const HTTPHEADER_VERSION_MINOR = 1;
7
8
private static function header_from_server($name)
9
: string|false {
0 commit comments