parent
82bdb8223d
commit
7373c7eca1
2 changed files with 0 additions and 2 deletions
|
@ -303,7 +303,6 @@ module.exports = {
|
|||
*/
|
||||
|
||||
get socket() {
|
||||
// TODO: TLS
|
||||
return this.req.socket;
|
||||
},
|
||||
|
||||
|
|
|
@ -33,7 +33,6 @@ module.exports = {
|
|||
*/
|
||||
|
||||
get socket() {
|
||||
// TODO: TLS
|
||||
return this.ctx.req.socket;
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue