The stratum proxy doesn't handle any error. Doesn't matter what you send, it forwards. As I told you another problem is, that you introduces a single point of failure. I don't want my whole cluster offline, because my pi proxy is down. From my network, just the first worker is able to connect to mint.bitminter.com. In all the others, the bfgminer switches to a backup pool (it says that mint.bitminter.com is dead) I have 3GB/H going to you and the others 12GB/H going somewhere else :-/
pi@raspberrypi ~ $ nc -v -w 5 mint.bitminter.com 3333
nc: connect to mint.bitminter.com port 3333 (tcp) timed out: Operation now in progress
pi@raspberrypi ~ $ nc -v -w 5 mint.bitminter.com 9332
nc: connect to mint.bitminter.com port 9332 (tcp) timed out: Operation now in progress
pi@raspberrypi ~ $ nc -v -w 5 www.web.de 80
Connection to www.web.de 80 port [tcp/http] succeeded!
pi@raspberrypi ~ $ nc -v -w 5 www.redtube.com 80
Connection to www.redtube.com 80 port [tcp/http] succeeded!
pi@raspberrypi ~ $