Przeglądaj źródła

Add a FIXME comment: IPv6 paring is probably wrong.

Simon Sapin 12 lat temu
rodzic
commit
d66150a986
1 zmienionych plików z 1 dodań i 0 usunięć
  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] {