Removed response type

This commit is contained in:
murgatroid99 2015-05-14 15:49:30 -07:00
parent 58bc7eefa7
commit ed190c015b
1 changed files with 0 additions and 1 deletions

View File

@ -268,7 +268,6 @@ function timeoutOnSleepingServer(client, done) {
deadline.setMilliseconds(deadline.getMilliseconds() + 1);
var call = client.fullDuplexCall(null, deadline);
call.write({
response_type: 'COMPRESSABLE',
payload: {body: zeroBuffer(27182)}
});
call.on('error', function(error) {