]> 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 21:26:59 +0000 (21:26 +0000)
committerEric Wong <e@80x24.org>
Tue, 27 Mar 2018 21:27:34 +0000 (21:27 +0000)
commit703490825ebf9e22e30ab79063a81f8476ad2a0c
tree5b436510dca8705187b221afcecb6e76c151b231
parent3e8a4842d3f0ec51bab024322a934b91ace6f4ed
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