| 377 | } |
| 378 | |
| 379 | inline void |
| 380 | Http2Stream::reset_send_headers() |
| 381 | { |
| 382 | this->_send_header.destroy(); |
| 383 | this->_send_header.create(HTTP_TYPE_RESPONSE); |
| 384 | } |
| 385 | |
| 386 | // Check entire DATA payload length if content-length: header exists |
| 387 | inline void |