JuliaWeb / JuliaWeb/HttpCommon.jl
Port number missing from req.resource
Open
- Dominant language
- Julia
- Stars
- 31
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.