Oliver Schmidt 74eec87860 Improved handling of abbreviated URLs.
- There was already an explicit code path for something like 'wwww.google.com/' but that code path ended up with the protocol type unset and the port set to 0. Now the protocol defaults to HTTP and the port defaults to 80.
- There was no provision for something like http://www.google.com', rather it was just assumed that the slash after the hostname is always found. Now there's a check if the slash is actually found, and if it isn't found then an empty path is explicitly used.
2018-08-03 00:46:17 +02:00
..
2018-02-23 16:41:33 +01:00
2018-02-23 16:41:33 +01:00
2018-07-20 13:59:06 +02:00
2018-02-23 16:41:33 +01:00
2018-02-23 16:41:33 +01:00
2018-02-23 16:41:33 +01:00
2013-12-27 14:57:56 +01:00
2018-02-23 16:41:33 +01:00
2018-07-20 14:51:20 +02:00
2018-07-20 14:51:20 +02:00
2018-02-23 16:41:33 +01:00
2018-07-22 19:22:57 +02:00
2018-08-03 00:46:17 +02:00