miconda / ruxc

C/C++ library with functions written in Rust (e.g., HTTP/S GET/POST client)
MIT License
7 stars 2 forks source link

prevent crash when colon is not found #4

Closed stephane-alnet closed 1 year ago

stephane-alnet commented 1 year ago

If the colon is not present unwrap will crash the application.

miconda commented 1 year ago

Thanks!