| 640 | -------------------------------------------------------------------------*/ |
| 641 | |
| 642 | inline void |
| 643 | URL::port_set(int port) |
| 644 | { |
| 645 | ink_assert(valid()); |
| 646 | m_url_impl->set_port(m_heap, port); |
| 647 | } |
| 648 | |
| 649 | /*------------------------------------------------------------------------- |
| 650 | -------------------------------------------------------------------------*/ |
no test coverage detected