func (l *logLine) assignReqSize(size string) error {
    // apache: can be "-" according web_log py regexp.
    if size == hyphen {
        l.reqSize = 0
        return nil