Make folly::Uri::port() return uint16_t instead of uint32_t.
Summary: We can safely assume that ports are always going to be 16bit (TCP or UDP), so no need to have a uint32_t here. Test Plan: Ran tests in folly/tests. Reviewed By: tudorb@fb.com FB internal diff: D973291
Showing
Please register or sign in to comment