-
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
Suggested fix for issue #3 #4
base: master
Are you sure you want to change the base?
Conversation
As I mentioned in my comment on issue #2 , there is no need for the changes you made in this PR. It is important to know that peer-upnp is only responsible for requests starting with "/upnp". All other requests need to be handled in your application (e.g. upnp-test.js). This allows you to reuse the server for other purposes and not only for peer-upnp. I hope the example makes my explanation more clear. If this solves you issue I will reject your PR and close the issue. |
…me does not start with peer.prefix is not handled, i.e. no response is generated for this case.
…l.pathname does not start with peer.prefix is not handled, i.e. no response is generated for this case." This reverts commit a7e7819.
…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.
…aunhoferfokus#2"" This reverts commit cf8c4f9.
… peer-ssdp issue fraunhoferfokus#3: addMembership EADDRNOTAVAIL revisited -
* Changes: * Update to peer-ssdp version 0.0.5
fixed checking of path to identify peer requests
xmlns for response now includes the full namespace with schema, service, type and version
…se-xmlns Fix setting xml namespace for responses
…me does not start with peer.prefix is not handled, i.e. no response is generated for this case.
…l.pathname does not start with peer.prefix is not handled, i.e. no response is generated for this case." This reverts commit a7e7819.
…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.
…aunhoferfokus#2"" This reverts commit cf8c4f9.
… peer-ssdp issue fraunhoferfokus#3: addMembership EADDRNOTAVAIL revisited -
# Conflicts: # lib/peer-upnp.js
(cherry picked from commit 6236fa6)
#3 - The case where url.pathname does not start with peer.prefix is not handled, i.e. no response is generated for this case.