jczic / MicroWebSrv2

The last Micro Web Server for IoTs (MicroPython) or large servers (CPython), that supports WebSockets, routes, template engine and with really optimized architecture (mem allocations, async I/Os). Ready for ESP32, STM32 on Pyboard, Pycom's chipsets (WiPy, LoPy, ...). Robust, efficient and documented!
https://github.com/jczic/MicroWebSrv2
MIT License
659 stars 97 forks source link

POST / PUT "Keep-alive" set in header replies 501 Not Implemented #101

Open Xentox-Phil opened 7 months ago

Xentox-Phil commented 7 months ago

So if I do a request to a route over postman with keep alive set it responds at first Ok and works as expected but after that the webserver responds with Not Implemented for some reason... Why is that? image image

jczic commented 7 months ago

Hi @Xentox-Phil, What do you mean by "after"? What happens between the 1st call and the next?

Do you have a log "No response was sent from route ..." ?

jczic commented 7 months ago

And just, do you have le last version of the repository ? I've looked at the code and tried with Postman, but I can't see anything at the moment.