Skip to content

Commit

Permalink
add write_func option
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Jan 24, 2024
1 parent e8b0dc7 commit 9504fec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/core/Constant.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,6 @@ class Constant

public const OPTION_DNS_CACHE_CAPACITY = 'dns_cache_capacity';

public const OPTION_MAX_CONCURRENCY = 'max_concurrency';

public const OPTION_CONNECT_TIMEOUT = 'connect_timeout';

public const OPTION_TIMEOUT = 'timeout';
Expand All @@ -259,6 +257,8 @@ class Constant

public const OPTION_WEBSOCKET_COMPRESSION = 'websocket_compression';

public const OPTION_WRITE_FUNC = 'write_func';

public const OPTION_HTTP_PARSE_COOKIE = 'http_parse_cookie';

public const OPTION_HTTP_PARSE_POST = 'http_parse_post';
Expand Down Expand Up @@ -327,6 +327,8 @@ class Constant

public const OPTION_MAX_QUEUED_BYTES = 'max_queued_bytes';

public const OPTION_MAX_CONCURRENCY = 'max_concurrency';

public const OPTION_WORKER_MAX_CONCURRENCY = 'worker_max_concurrency';

public const OPTION_SEND_TIMEOUT = 'send_timeout';
Expand Down

0 comments on commit 9504fec

Please sign in to comment.