NanoHttpd / nanohttpd

Tiny, easily embeddable HTTP server in Java.
http://nanohttpd.org
BSD 3-Clause "New" or "Revised" License
6.92k stars 1.69k forks source link

How can I got the exception detail come from NanoHTTPD class #520

Open kennhung opened 5 years ago

kennhung commented 5 years ago

I'm using the Websocket class, and it gave me this without any detail. "Communication with the client broken, or an bug in the handler code" How can I get the detail of the exception that cause this?

LordFokas commented 5 years ago

This will have to be looked into. If you want you may start looking around in the code.