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

Port number missing from req.resource #33

Open
JockLawrie opened this issue Dec 2, 2015 · 0 comments
Open

Port number missing from req.resource #33

JockLawrie opened this issue Dec 2, 2015 · 0 comments

Comments

@JockLawrie
Copy link

Hi there,

Not sure if this issue belongs here but here it is:

In terminal A I have an app running on localhost with port 50000.
In terminal B I make a request to the app which (among other things) prints req.resource to STDOUT.
The printout ignores the port number.
When I parse req.resource through URIParser and print uri.port, the printed number is "0" rather than 50000. Am I missing something?

Cheers,
Jock

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