Index: benchmark/io/http/protocol.cfa
===================================================================
--- benchmark/io/http/protocol.cfa	(revision 8c43d057d111f2fcf5e0f249ebd90796a8a2fa2d)
+++ benchmark/io/http/protocol.cfa	(revision 35ea4f33811f564594a8a11b8c003adbeca7973b)
@@ -104,4 +104,5 @@
 			if( errno == EAGAIN || errno == EWOULDBLOCK) continue READ;
 			if( errno == ECONNRESET ) return [E408, true, 0, 0];
+			if( errno == EPIPE ) return [E408, true, 0, 0];
 			abort( "read error: (%d) %s\n", (int)errno, strerror(errno) );
 		}
