diff options
Diffstat (limited to 'net')
-rwxr-xr-x | net/flip/flip_stream.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/flip/flip_stream.cc b/net/flip/flip_stream.cc index 5c05a22..051a827 100755 --- a/net/flip/flip_stream.cc +++ b/net/flip/flip_stream.cc @@ -79,6 +79,7 @@ void FlipStream::OnReply(const flip::FlipHeaderBlock* headers) { raw_headers.append(it->first); raw_headers.append(":", 1); raw_headers.append(tval); + raw_headers.append("\0", 1); start = end + 1; } while (end != value.npos); } |