MicroWebSrv2
MicroWebSrv2 copied to clipboard
POST / PUT "Keep-alive" set in header replies 501 Not Implemented
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?
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 ..." ?
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.