Update globals.php

This commit is contained in:
Jerry Ma 2023-06-02 12:55:34 +08:00 committed by GitHub
parent 24ebe27a08
commit a253ddfb29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
declare(strict_types=1);
const CHOIR_PSR_HTTP_VERSION = '1.0.1';
const CHOIR_PSR_HTTP_VERSION = '1.0.2';
// Choir TCP 连接状态
const CHOIR_TCP_INITIAL = 0;