Explorar el Código

Add a FIXME comment: IPv6 paring is probably wrong.

Simon Sapin hace 12 años
padre
commit
d66150a986
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/url.rs

+ 1 - 0
src/url.rs

@@ -1085,6 +1085,7 @@ impl Ipv6Address {
             }
             let mut dots_seen = 0u;
             while i < len {
+                // FIXME: https://github.com/whatwg/url/commit/1c22aa119c354e0020117e02571cec53f7c01064
                 let mut value = 0u16;
                 while i < len {
                     let digit = match input[i] {