Skip to content

Commit 0843eba

Browse files
committed
Merge branch 'asf/master' into quic-latest
* asf/master: fix crash in CacheVC::openReadFromWriter
2 parents ecc8f02 + d91ca9e commit 0843eba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

proxy/hdrs/HTTP.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2035,8 +2035,7 @@ HTTPInfo::marshal(char *buf, int len)
20352035
buf += m_alt->m_frag_offset_count * sizeof(FragOffset);
20362036
used += m_alt->m_frag_offset_count * sizeof(FragOffset);
20372037
} else {
2038-
// the data stored in intergral buffer
2039-
m_alt->m_frag_offsets = nullptr;
2038+
marshal_alt->m_frag_offsets = nullptr;
20402039
}
20412040

20422041
// The m_{request,response}_hdr->m_heap pointers are converted

0 commit comments

Comments
 (0)