serrislew commented on code in PR #12408: URL: https://github.com/apache/trafficserver/pull/12408#discussion_r2270620892
########## plugins/slice/server.cc: ########## @@ -201,9 +203,11 @@ handleFirstServerHeader(Data *const data, TSCont const contp) return HeaderState::Fail; } - // save data header string - data->m_datelen = sizeof(data->m_date); - header.valueForKey(TS_MIME_FIELD_DATE, TS_MIME_LEN_DATE, data->m_date, &data->m_datelen); + /* Review Comment: is this meant to be deleted? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org