Things work correctly if the browser issues requests like these:
CONNECT thehost:9000
GET thehost:9000/resource_on_the_host
However, if the browser issues requests like these, the 2nd get will result in an attempt to open a new connection:
CONNECT thehost:9000
GET /resource_on_the_host