Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NanoHTTPD class no longer needs to be abstract #468

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jh3141
Copy link
Contributor

@jh3141 jh3141 commented Nov 25, 2017

As there is no longer any need to override the handle method (because a pluggable IHandler instance can be used instead) there is no need for NanoHTTPD to be abstract any more.

As there is no longer any need to override the handle method (because a pluggable IHandler instance can be used instead) there is no need for NanoHTTPD to be abstract any more.
@LordFokas LordFokas self-requested a review January 3, 2018 17:52
@LordFokas
Copy link
Member

I'll have to look at this later. I either forgot that OR there's a reason I did it. But one of my targets with 3.0 was to remove the need to extend the httpd/wsd core classes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants