Keep strings and arrays in the buffer when demarshalling
authorKristian Høgsberg <krh@bitplanet.net>
Tue, 7 Sep 2010 19:51:41 +0000 (15:51 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 7 Sep 2010 20:01:40 +0000 (16:01 -0400)
commit6c7c7a909a7ffa047414a913730f7eee6ac18ad3
treef97a02b5785c71bef718f6a2e9f1b56a4109ebb9
parentde0fa3bc6423e1cb0c0c66ec02e8cf3facb8e9e5
Keep strings and arrays in the buffer when demarshalling

Avoids the malloc+copy, and is a step towards using the closure for
marshalling too.
connection.c