onIncomingRequest not called on PATCH
stormbard opened this issue · 1 comments
stormbard commented
In server version 1.1.0 the onIncomingRequest
callback is not called for PATCH request. Looking through the change list I see that #514 removed that from the code. Was this by intention or just a mistake? It has introduced a breaking change as I was using that callback to do some task tracking items when the PATCH request was made.