Serris Lew
Serris Lew
Current tcpinfo condition from header_rewrite plugin only provides tcp info from the client socket. - Adding a CLIENT and SERVER qualifier within this condition will provide tcp info from both...
Removes active/passive buffer intermediate buffer to reduce data transfer latency - removes MIOBuffer and IOBufferReader objects for both transfers - for every write, it reduces `transfer_bytes` call from 2 to...
Coverity complaining `col._row_size` not initialized but that's only when `col._type` hits default case (which comment implies shouldn't happen). Can also add `col._row_size = 0` to just default case