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

Minor bug in registerHTTPHandler() function #3

Open
mwittig opened this issue Jun 9, 2015 · 0 comments
Open

Minor bug in registerHTTPHandler() function #3

mwittig opened this issue Jun 9, 2015 · 0 comments

Comments

@mwittig
Copy link

mwittig commented Jun 9, 2015

I discovered a minor bug in registerHTTPHandler(). The case where url.pathname does not start with peer.prefix is not handled, i.e. no response is generated for this case. I noticed it when using "Get Device XML" as part of Intel UPnP Device Spy, which opens a web browser to show the device XML. As most web browsers try to load a favicon from the same site, this causes the browser to keep on loading as there is no response to the favicon GET request. I'll file a PR with a suggested fix.

mwittig added a commit to mwittig/peer-upnp that referenced this issue Jun 9, 2015
…me does not start with peer.prefix is not handled, i.e. no response is generated for this case.
mwittig added a commit to mwittig/peer-upnp that referenced this issue Jun 10, 2015
…l.pathname does not start with peer.prefix is not handled, i.e. no response is generated for this case."

This reverts commit a7e7819.
mwittig added a commit to mwittig/peer-upnp that referenced this issue Jun 10, 2015
…where url.pathname does not start with peer.prefix is not handled, i.e. no response is generated for this case.""

This reverts commit f821f9c.
mwittig added a commit to mwittig/peer-upnp that referenced this issue Oct 1, 2015
…me does not start with peer.prefix is not handled, i.e. no response is generated for this case.
mwittig added a commit to mwittig/peer-upnp that referenced this issue Oct 1, 2015
…l.pathname does not start with peer.prefix is not handled, i.e. no response is generated for this case."

This reverts commit a7e7819.
mwittig added a commit to mwittig/peer-upnp that referenced this issue Oct 1, 2015
…where url.pathname does not start with peer.prefix is not handled, i.e. no response is generated for this case.""

This reverts commit f821f9c.
mwittig added a commit to mwittig/peer-upnp that referenced this issue Oct 1, 2015
… peer-ssdp issue fraunhoferfokus#3: addMembership EADDRNOTAVAIL revisited -
mwittig added a commit to mwittig/peer-upnp that referenced this issue Jan 12, 2018
…me does not start with peer.prefix is not handled, i.e. no response is generated for this case.
mwittig added a commit to mwittig/peer-upnp that referenced this issue Jan 12, 2018
…l.pathname does not start with peer.prefix is not handled, i.e. no response is generated for this case."

This reverts commit a7e7819.
mwittig added a commit to mwittig/peer-upnp that referenced this issue Jan 12, 2018
…where url.pathname does not start with peer.prefix is not handled, i.e. no response is generated for this case.""

This reverts commit f821f9c.
mwittig added a commit to mwittig/peer-upnp that referenced this issue Jan 12, 2018
… peer-ssdp issue fraunhoferfokus#3: addMembership EADDRNOTAVAIL revisited -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant