You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/09/10 13:05:05 UTC

[GitHub] [nifi-minifi-cpp] bakaid commented on issue #645: MINIFICPP-1028 - http url parsing without port fails

bakaid commented on issue #645: MINIFICPP-1028 - http url parsing without port fails
URL: https://github.com/apache/nifi-minifi-cpp/pull/645#issuecomment-529924826
 
 
   > Thanks! We have this in a few places throughout the project, but those may be for testing. We've had this issue for other cases that tripped us up -- makes me wonder if we could just use civetweb for something like this.
   
   cURL has a dedicated URL API, that can parse URLs: https://github.com/curl/curl/blob/master/include/curl/urlapi.h
   However, that would require everything that would want to use this to depend on cURL, and while I am all for not using homecooked parsers, I am not sure whether that's something we want.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services