parent
999c2cd85f
commit
572b4599f0
3 changed files with 1 additions and 4 deletions
|
@ -304,7 +304,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;
|
||||
},
|
||||
|
||||
|
@ -45,7 +44,6 @@ module.exports = {
|
|||
*/
|
||||
|
||||
get header() {
|
||||
// TODO: wtf
|
||||
return this.res._headers || {};
|
||||
},
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ describe('ctx.type', function(){
|
|||
describe('with no Content-Type', function(){
|
||||
it('should return ""', function(){
|
||||
var ctx = context();
|
||||
// TODO: this is lame
|
||||
// this is lame
|
||||
assert('' === ctx.type);
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue