We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I download large file on Chrome or some other client which send request. Timeout after 60 seconds.
Keep connecting
Brook Server Version: 20171113 Brook Cli Client Version: 20171113 Brook Windows GUI Client Version: 2017113 Brook MacOS GUI Client Version: 20171113
wget https://github.com/txthinking/brook/releases/download/v20171113/brook
chmod +x brook
./brook server -l :9999 -p xx
Setting
Brook
Save
Start
The text was updated successfully, but these errors were encountered:
Run your server with --tcpDeadline 0 Like this:
--tcpDeadline 0
$ ./brook server -l :9999 -p xx --tcpDeadline 0
I will make this parameter default in next version
Sorry, something went wrong.
Fixed in v20180112
No branches or pull requests
Describe actual behavior
When I download large file on Chrome or some other client which send request.
Timeout after 60 seconds.
What is your expected behavior
Keep connecting
Specifications like the version of the project, operating system, or hardware
Brook Server Version: 20171113
Brook Cli Client Version: 20171113
Brook Windows GUI Client Version: 2017113
Brook MacOS GUI Client Version: 20171113
Steps to deploy the server
wget https://github.com/txthinking/brook/releases/download/v20171113/brook
chmod +x brook
./brook server -l :9999 -p xx
Steps to reproduce the problem
Setting
Brook
, type server address, type password and clickSave
Start
The text was updated successfully, but these errors were encountered: