jzinn
Results
3
issues of
jzinn
When finding paths with `find` and `fd`, I often pipe the results into a script I wrote called `pathsort` that groups files before directories. Piping the output of `pathsort` into...
Fixes nahi/httpclient#387.
For requests to IPv6 addresses, the host header should have brackets around the IPv6 address. ## Expected ``` GET / HTTP/1.1 Host: [::1]:8080 ``` ## Actual ``` GET / HTTP/1.1...