Skip to content
Snippets Groups Projects
Commit d8d21d78 authored by murgatroid99's avatar murgatroid99
Browse files

Removed response type

parent 9ceac712
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment