support for large requests/responses

This commit is contained in:
Bas van Kervel
2015-06-25 13:18:10 +02:00
parent 6d92fdc0df
commit ffbe5656ff
3 changed files with 33 additions and 18 deletions

View File

@ -16,6 +16,7 @@ type IpcConfig struct {
type ipcClient struct {
endpoint string
c net.Conn
codec codec.Codec
coder codec.ApiCoder
}