| 552 | // url_{query|fragment}_set() |
| 553 | |
| 554 | void |
| 555 | URLImpl::set_query(HdrHeap *heap, const char *value, int length, bool copy_string) |
| 556 | { |
| 557 | url_called_set(this); |
| 558 | mime_str_u16_set(heap, value, length, &(this->m_ptr_query), &(this->m_len_query), copy_string); |
| 559 | } |
| 560 | |
| 561 | /*------------------------------------------------------------------------- |
| 562 | -------------------------------------------------------------------------*/ |
no test coverage detected