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 91c7803 commit 5237a36Copy full SHA for 5237a36
src/Swoole/SwooleClient.php
@@ -21,6 +21,7 @@ class SwooleClient implements Client, ServesStaticFiles
21
{
22
const STATUS_CODE_REASONS = [
23
419 => 'Page Expired',
24
+ 425 => 'Too Early',
25
431 => 'Request Header Fields Too Large', // RFC6585
26
451 => 'Unavailable For Legal Reasons', // RFC7725
27
];
0 commit comments