]> Sergey Matveev's repositories - public-inbox.git/commit
http: fix modification of read-only value
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Tue, 27 Mar 2018 20:09:06 +0000 (20:09 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Tue, 27 Mar 2018 20:12:46 +0000 (20:12 +0000)
commitcc615e445899ad719b7b84babae0cf7907b2a3e3
tree543d2f7bb85b5ee66f367737277c08caf519486a
parent956abe9ad5f13a0d1755262be412d6a54fda72e9
http: fix modification of read-only value

This fails in the rare case we get a partial send() on "\r\n"
when writing chunked HTTP responses out.
lib/PublicInbox/HTTP.pm