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 a1656f8 commit a64ac18Copy full SHA for a64ac18
src/Swoole/SwooleClient.php
@@ -21,6 +21,8 @@ class SwooleClient implements Client, ServesStaticFiles
21
{
22
const STATUS_CODE_REASONS = [
23
419 => 'Page Expired',
24
+ 431 => 'Request Header Fields Too Large', // RFC6585
25
+ 451 => 'Unavailable For Legal Reasons', // RFC7725
26
];
27
28
public function __construct(protected int $chunkSize = 1048576)
0 commit comments