NanoHttpd / nanohttpd

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

fix error for getQueryParameterString #640

Open kbrownehs18 opened 1 year ago

kbrownehs18 commented 1 year ago

When this request has not any query string, but getQueryParameterString return query string of prev request. Because queryParameterString is not set blank. They are same HttpSession.