Skip to content

Commit

Permalink
mis packet for nonobs, fix tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Nguyen Quoc Dinh committed Jun 15, 2014
1 parent af957a0 commit 4a7afb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@ CoAPServer.prototype._handle = function(packet, rsinfo) {
request.rsinfo = rsinfo
response.statusCode = '2.05'

response._request = request
// if (response instanceof OutMessage) {
response._request = request._packet
// }

// todo:
// should use mem cache to buffer responses
Expand Down

0 comments on commit 4a7afb6

Please sign in to comment.