squeaky-pl / japronto

Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.
MIT License
8.62k stars 580 forks source link

quistion about reload #146

Open dewei12138 opened 5 years ago

dewei12138 commented 5 years ago

i run(host=0.0.0.0, port=5551, reload=True) to start server. when i request api, it tell me:POST http://localhost:5551/test net::ERR_CONNECTION_REFUSED

dewei12138 commented 5 years ago

please help

Detrous commented 5 years ago

@dewei12138 Attach your code, please

dewei12138 commented 4 years ago

app.run(host=xxx, port=xxx, debug=True, reload=True) http://localhost:5551/test net::ERR_CONNECTION_REFUSED @Detrous