plgd-dev / go-coap

Implementation of CoAP Server & Client in Go
https://coap.technology
Apache License 2.0
446 stars 116 forks source link

Improve mux errors #495

Closed HRogge closed 11 months ago

HRogge commented 11 months ago

The user should be able to use its own error handler for the mux router. In addition to this the mux should not silently log an error if the API user provides a bad path pattern.