Code Monkey home page Code Monkey logo

Comments (6)

SimonSapin avatar SimonSapin commented on July 24, 2024

This is a wilful violation of the spec. Spec issue: https://www.w3.org/Bugs/Public/show_bug.cgi?id=26446

from rust-url.

SimonSapin avatar SimonSapin commented on July 24, 2024

@valenting Do you or other people in the Necko team have an opinion on this? That is, as far as the parser is concerned, should the port number be a string of decimal digits (with no length limit), a 16-bit integer (matching TCP and UDP), or something else? I believe it’s currently a 32-bit integer in Gecko.

from rust-url.

valenting avatar valenting commented on July 24, 2024

I think the reason it's an int32_t in Gecko is that for a URL with a default port number, we represent it as -1.
I have been considering rejecting invalid port numbers for a while now.
rust-url has the benefit of being able to represent it as None, so as far as I'm concerned, it would be best to represent it as a u16.

from rust-url.

SimonSapin avatar SimonSapin commented on July 24, 2024

Would Maybe<uint16_t> (from mfbt/Maybe.h) work to represent Option<u16>?

from rust-url.

valenting avatar valenting commented on July 24, 2024

I think so, but at this point it's too late to change the APIs.
We can however restrict the parsing of port numbers to the uint16_t range. I expect the spec will eventually be changed to express that constraint.

from rust-url.

SimonSapin avatar SimonSapin commented on July 24, 2024

The spec now agrees with rust-url on this.

“Make port either null or a 16-bit integer.” whatwg/url@c3a454c

from rust-url.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.