Steve Drake
Steve Drake
I encountered this issue using fbclone (my fork https://github.com/stevedrake/fbclone), which uses uib. The error `Unable to complete network request to host "xnet://Global\FIREBIRD"` occured when setting the library with the -library...
According to the [http 1.1 spec](https://tools.ietf.org/html/rfc7230#section-5.3.1), clients must send the request-target in the origin-form (absolute-path + optional query), eg: `GET /where?q=now HTTP/1.1` But the [next section](https://tools.ietf.org/html/rfc7230#section-5.3.2) specifies that servers must...
Relies on corresponding pull request uib https://github.com/hgourvest/uib/pull/15