| 33 | } |
| 34 | |
| 35 | void StreamingContentParser::processDataBeginning() { |
| 36 | AGENUI_LOG("processing begin"); |
| 37 | resetState(); |
| 38 | |
| 39 | AGENUI_PERFORMANCE_LOG("stream_begin", ""); |
| 40 | } |
| 41 | |
| 42 | void StreamingContentParser::processDataAssembling(const std::string& data) { |
| 43 | AGENUI_PERFORMANCE_LOG("stream_assembling_begin", ""); |