Skip to content

Commit

Permalink
#49: Change DEFAULT_RESPONSE_HEADER value to 8192
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurkushman committed Nov 20, 2020
1 parent adecc97 commit f101b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contracts/WscCommonsContract.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface WscCommonsContract
public const MAX_BYTES_READ = 65535;
public const DEFAULT_TIMEOUT = 5;
public const DEFAULT_FRAGMENT_SIZE = 4096;
public const DEFAULT_RESPONSE_HEADER = 1024;
public const DEFAULT_RESPONSE_HEADER = 8192;
public const SEC_WEBSOCKET_ACCEPT_PTTRN = '/Sec-WebSocket-Accept:\s(.*)$/mUi';
public const SERVER_KEY_ACCEPT = '258EAFA5-E914-47DA-95CA-C5AB0DC85B11';
public const PROXY_MATCH_RESP = '/^HTTP\/\d\.\d 200/';
Expand Down

0 comments on commit f101b60

Please sign in to comment.