trafficserver
trafficserver copied to clipboard
RPC IPC Server. Remove harcoded 32k buffer for incoming requests.
This was ok for a first pass, but we need a dinamic size buffer, maybe use IOBufferChain.
Current buffer is hardcoded at 32k.
If eventually we want to inject full config files through the JSONRPC endpoint, then we need this change.