Willy Tarreau c8987b3664 DIET/MINOR: http: reduce the size of struct http_txn by 8 bytes
Here again we had some oversized and misaligned entries. The method
and the status don't need 4 bytes each, and there was a hole after
the status that does not exist anymore. That's 8 additional bytes
saved from http_txn and as much for the session.

Also some fields were slightly moved to present better memory access
patterns resulting in a steady 0.5% performance increase.
2013-12-09 16:06:22 +01:00
..
2013-10-01 09:49:21 +02:00
2013-12-06 11:40:53 +01:00
2009-01-25 13:49:53 +01:00
2007-05-13 20:19:55 +02:00