[Groonga-commit] groonga/express-droonga [master] Rename sessionid to connection_id

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Mar 4 16:02:57 JST 2013


YUKI Hiroshi	2013-03-04 16:02:57 +0900 (Mon, 04 Mar 2013)

  New Revision: edb4a5ecc0f9906bfe41da3b88fc8288aed10012
  https://github.com/groonga/express-droonga/commit/edb4a5ecc0f9906bfe41da3b88fc8288aed10012

  Log:
    Rename sessionid to connection_id
    
    Because it is related to the connection itself, not session.

  Modified files:
    lib/backend/connection.js

  Modified: lib/backend/connection.js (+1 -1)
===================================================================
--- lib/backend/connection.js    2013-03-04 15:21:33 +0900 (7d551f2)
+++ lib/backend/connection.js    2013-03-04 16:02:57 +0900 (efb67f0)
@@ -113,7 +113,7 @@ Connection.prototype.emitMessage = function(type, body, callback, options) {
   options = options || {};
   var id = createId();
   var replyTo = this.receiveHostName + ':' + this.receivePort + '/' +
-                  this.tag + '?sessionid=' + this._id;
+                  this.tag + '?connection_id=' + this._id;
   var envelope = {
     id:         id,
     date:       getCurrentTime(),
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-commit mailing list
Back to archive index