jczic/MicroWebSrv2

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

Opened this issue · 2 comments

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

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.