I'm trying to figure out what exactly the httpclose/forceclose is doing when it forces "the closing of the outgoing server channel as soon as the server begins to reply and only if the request buffer is empty". Is it sending a RST?
I've looked at the source code and I think that's what's going on, but it has been a while since I've read C networking code.

