白交

Results 3 issues of 白交

when I run the docker image with master mode,my other slave docker can not connect to master.But,if I run locust master without your docker image,and I run docker image with...

很简单的测试脚本 import pycurl c = pycurl.Curl() c.setopt(c.URL, 'http://10.251.110.38:8000') c.setopt(c.HTTPPOST, [ ('test.png', ( # upload the contents of this file c.FORM_FILE, __file__, )), ]) c.perform() c.close() 返回 `{"destination":"upload","success":true}`