Descriptionrpc: implement ServeRequest to synchronously serve a single request.
This is useful for applications that want to micromanage the rpc service.
Moved part of ServeCodec into a new readRequest function.
Renamed existing readRequest to readRequestHeader, and reordered
its parameters to align with the new readRequest and service.call.
Patch Set 1 #Patch Set 2 : diff -r c7efe3448d1a https://go.googlecode.com/hg/ #Patch Set 3 : diff -r de51e6f7dd3e https://go.googlecode.com/hg/ #Patch Set 4 : diff -r de51e6f7dd3e https://go.googlecode.com/hg/ #
Total comments: 6
Patch Set 5 : diff -r 27f839c9fae4 https://go.googlecode.com/hg/ #MessagesTotal messages: 10
|