Subject: | ->do_request does not call on_error for invalid URIs. |
Hi,
NaHTTP doesn't seem to check for a valid authority (host/port) in URIs
when do_request is called (the assumption, presumably, is that -
Show quoted text
>do_request will only ever be passed valid URIs). Consequently, it will
crash and burn when it tries to connect; I feel this is an oversight and
should be corrected in NaHTTP, rather than making it incumbent upon the
calling code to ensure data validity.
--Kiyoshi Aman