| 247 | } |
| 248 | |
| 249 | void http_header::reset() |
| 250 | { |
| 251 | clear(); |
| 252 | init(); |
| 253 | |
| 254 | if (dbuf_internal_) { |
| 255 | dbuf_internal_->dbuf_reset(); |
| 256 | } |
| 257 | } |
| 258 | |
| 259 | ////////////////////////////////////////////////////////////////////////// |
| 260 | // ͨ�õĺ��� |
nothing calls this directly
no test coverage detected