Skip to content

Commit

Permalink
Issue #58: tweak options trasnfer between gemServer and ZnServer
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Dec 14, 2014
1 parent 6aac715 commit 6d4dd84
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ startBasicServerOn: port
server := (self serverClass on: port)
debugMode: self debugMode;
log: self log;
_options: options;
gemServerOptions: options;
yourself.
startMessage := server printString , ' (native thread: '
, self activeProcessIsNative printString , ')'.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"scheme" : "dkh 12/13/2014 19:24",
"serverUrl" : "dkh 12/14/2014 07:36",
"serverUrl:" : "dkh 12/14/2014 07:37",
"startBasicServerOn:" : "dkh 12/14/2014 07:40",
"startBasicServerOn:" : "dkh 12/14/2014 09:10",
"stop" : "dkh 12/13/2014 19:43",
"useGzipCompressionAndChunking" : "dkh 12/14/2014 07:37",
"useGzipCompressionAndChunking:" : "dkh 12/14/2014 07:37" } }

Large diffs are not rendered by default.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
options
gemServerOptions: aGemServerOptionsDictionary
"apply options from aGemServerOptionsDictionary"

aGemServerOptionsDictionary
keysAndValuesDo: [ :key :value | options at: key put: value ]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"stopDefault" : "SvenVanCaekenberghe 12/22/2011 11:29",
"unregister:" : "SvenVanCaekenberghe 8/18/2011 14:10" },
"instance" : {
"_options:" : "dkh 12/14/2014 07:40",
"authenticator" : "SvenVanCaekenberghe 9/5/2012 11:17",
"authenticator:" : "SvenVanCaekenberghe 9/5/2012 11:17",
"bindingAddress" : "SvenVanCaekenberghe 9/5/2012 10:07",
Expand All @@ -25,6 +24,7 @@
"debugMode:" : "SvenVanCaekenberghe 1/31/2013 11:44",
"delegate" : "SvenVanCaekenberghe 9/5/2012 11:17",
"delegate:" : "SvenVanCaekenberghe 9/5/2012 11:17",
"gemServerOptions:" : "dkh 12/14/2014 09:12",
"isListening" : "SvenVanCaekenberghe 12/15/2010 21:22",
"isRunning" : "SvenVanCaekenberghe 12/15/2010 15:26",
"localUrl" : "JohanBrichau 06/16/2013 15:27",
Expand Down
2 changes: 1 addition & 1 deletion repository/Zinc-HTTP.package/monticello.meta/version

Large diffs are not rendered by default.

0 comments on commit 6d4dd84

Please sign in to comment.