Skip to content
New issue

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

Rapid requests kill the server #42

Closed
zoffixznet opened this issue Dec 2, 2015 · 2 comments
Closed

Rapid requests kill the server #42

zoffixznet opened this issue Dec 2, 2015 · 2 comments

Comments

@zoffixznet
Copy link
Contributor

It seems the server dies if too many requests are sent rapidly.

Steps to reproduce

  1. Get code
panda install MIME::Types;
cd $(mktemp -d);
git clone https://github.com/zoffixznet/p6high.xtatik.org.git .
git checkout 1f79b6fcf37c71f9b367b33e1a1f19583504ca3b;
perl6 site.pl6;
  1. Go to http://localhost:3000/public/scss/bootstrap.min.css
  2. Press F5 (refresh) key rapidly

Expected results

Server keeps serving the file

Current results

The server crashes. No error messages or anything, it just seems to simply exit.

@tadzik
Copy link
Collaborator

tadzik commented Dec 25, 2015

This should actually be reported to https://github.com/supernovus/perl6-http-easy I think, which bailador uses as its development server. Or is it actually the case that it works for HTTP::Easy but some of the bailador stuff breaks it? Last time I checked HTTP::Easy fell to port scanning too.

@zoffixznet
Copy link
Contributor Author

Can't reproduce anymore. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants