jdiner

Results 4 issues of jdiner

Reusing an instance of faup_handler_t will occasionally cause a segfault. Specifically, using an instance faup_handler_t to parse two URLs, one after another (not simultaneously). In my tests, this happens as...

TLD updates are no longer working. After running: faup -u the mozilla.tlds file contains only an error message: HTTP/1.1 404 Not Found^M Date: Fri, 24 Feb 2017 16:35:35 GMT^M Server:...

TLD updates aren't working today (2016-12-22). Error message "(connect) Cannot connect outside.". Caused by connections being rejected by the server. This situation has highlighted a bug in tld.c. Function faup_tld_update()...

The backslash character is not parsed as part of the path. Here are examples: $ ./faup -o json "http://github.com\contact" { "scheme": "http", "credential": "", "subdomain": "", "domain": "github.com\contact", "domain_without_tld": "github",...