Skip to content

Commit

Permalink
return boolean value is assignSocket, buf connect support grpc (#279)
Browse files Browse the repository at this point in the history
Co-authored-by: Grady Rogers <[email protected]>
  • Loading branch information
rogersgt and Grady Rogers authored Jun 14, 2023
1 parent 5c2fc9d commit f9179a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/response.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ module.exports = class ServerlessResponse extends http.ServerResponse {
if (typeof cb === 'function') {
cb();
}
return true;
},
});

Expand Down

0 comments on commit f9179a5

Please sign in to comment.