[MEDIUM] Collect & provide separate statistics for sockets, v2

This patch allows to collect & provide separate statistics for each socket.
It can be very useful if you would like to distinguish between traffic
generate by local and remote users or between different types of remote
clients (peerings, domestic, foreign).

Currently no "Session rate" is supported, but adding it should be possible
if we found it useful.
diff --git a/include/types/proto_http.h b/include/types/proto_http.h
index c0350d2..a9acfdd 100644
--- a/include/types/proto_http.h
+++ b/include/types/proto_http.h
@@ -159,6 +159,7 @@
 	DATA_ST_PX_INIT = 0,
 	DATA_ST_PX_TH,
 	DATA_ST_PX_FE,
+	DATA_ST_PX_LI,
 	DATA_ST_PX_SV,
 	DATA_ST_PX_BE,
 	DATA_ST_PX_END,