You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
root@0ee5a943ade0:/# ab -r -c 1 -n 1 http://myurl.com/mypath/
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking myurl.com (be patient)...apr_poll: The timeout specified has expired (70007)
I'm running this inside of a base debian:wheezy docker container after running apt-get install apache2-utils. The Kestrel server is running in another docker container based on the microsoft/aspnet:latest image.
The text was updated successfully, but these errors were encountered:
Example output:
Curl works fine:
I found this issue on nodejs which mentions libuv as a possible culprit: nodejs/node-v0.x-archive#1279
I'm running this inside of a base debian:wheezy docker container after running
apt-get install apache2-utils
. The Kestrel server is running in another docker container based on themicrosoft/aspnet:latest
image.The text was updated successfully, but these errors were encountered: