えむけいさん、
そうですね。 正しく処理できるように直します。
プロクシがHTTP/1.1のpipeliningを正しく処理できないようです。
具体的には、たとえば
GET http://teri.2ch.net/test/flash.txt HTTP/1.1のような要求を送ると、
Host: teri.2ch.net
GET http://teri.2ch.net/accuse/head.txt HTTP/1.1
Host: teri.2ch.net
Connection: close
GET /test/flash.txt HTTP/1.1のように最初の要求しか書き換えられません。
Host: teri.2ch.net
GET http://teri.2ch.net/accuse/head.txt HTTP/1.1
Host: teri.2ch.net
Connection: close