-
Notifications
You must be signed in to change notification settings - Fork 16
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
Comments
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
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.
The text was updated successfully, but these errors were encountered: